1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 20:01:47 +02:00

Language file cleanup

This commit is contained in:
Cameron
2012-12-15 13:40:09 -08:00
parent 89a50d6070
commit 4de0dd7403
5 changed files with 15 additions and 26 deletions

View File

@@ -90,7 +90,7 @@ class plugin_gallery_index_controller extends eControllerFront
$text .= e107::getParser()->parseTemplate($template['CAT_ITEM'],TRUE);
}
$text = $template['CAT_START'].$text.$template['CAT_END'];
$this->addTitle(GALLERY_LAN_TITLE)
$this->addTitle(LAN_PLUGIN_GALLERY_TITLE)
->addBody($text);
}
@@ -150,7 +150,7 @@ class plugin_gallery_index_controller extends eControllerFront
$text .= $tp->parseTemplate($template['LIST_END'],TRUE);
$this->addTitle($catname)
->addTitle(GALLERY_LAN_TITLE)
->addTitle(LAN_PLUGIN_GALLERY_TITLE)
->addBody($text);
}
}