Add ledparts4you to page titles
[app-web-oof.git] / lib / App / Web / Oof.pm
index 471c200473e26c09eea31b71d718e71cacf36b01..61c4ecf166cb58d391f590b389673139e11e3f65 100644 (file)
@@ -205,7 +205,7 @@ sub details_app {
        my $title = $db{$$}->select(products => 'title', {product => $id})->list;
        my @pics = <static/fullpics/$id-*>;
        my $slug = make_slug $title;
-       $tree->find('title')->replace_content("Pictures of $title");
+       $tree->find('title')->replace_content("Pictures of $title | ledparts4you");
        $tree->find('h2')->replace_content($title);
        $tree->look_down(rel => 'canonical')->attr(href => "/details/$id/$slug");
        $tree->fid('pictures')->iter3(\@pics, \&details_list_element);
This page took 0.00967200000000001 seconds and 4 git commands to generate.