Projekt

Allgemein

Profil

Herunterladen (302 Bytes) Statistiken
| Zweig: | Markierung: | Revision:
6c630204 Sven Schöling
package SL::Controller::TopQuickSearch::Assembly;

use strict;
2bccc0a2 Sven Schöling
use parent qw(SL::Controller::TopQuickSearch::Article);
6c630204 Sven Schöling
use SL::Locale::String qw(t8);

sub name { 'assembly' }

sub description_config { t8('Assemblies') }

sub description_field { t8('Assemblies') }

2bccc0a2 Sven Schöling
sub type { type => 'assembly' }
6c630204 Sven Schöling
1;