Changeset 275 for server/trunk/web/lib


Ignore:
Timestamp:
01/03/11 06:53:50 (13 years ago)
Author:
nanardon
Message:
  • add dynamic filter and information on distrib pages
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/lib/Sophie/Controller/Distrib.pm

    r273 r275  
    262262    $c->stash->{metarevisite} = 60; 
    263263    $c->stash->{metatitle} = 
    264         'Available medias for ' . $distribution . ' / ' . $release . ' / ' . $arch; 
     264        $distribution . ' / ' . $release . ' / ' . $arch . ' content'; 
    265265    push(@{$c->stash->{keywords}}, $distribution, $release, $arch); 
    266266    $c->stash->{distrib} = $c->stash->{dist}; 
Note: See TracChangeset for help on using the changeset viewer.