]> dev.renevier.net Git - syj.git/blobdiff - application/layouts/scripts/footer.phtml
change "main page" to "create a route"
[syj.git] / application / layouts / scripts / footer.phtml
index a90874e7219e35e7e2ff8e36e2050d77722966a1..57678579a13e84612ba057093c207313e61e1206 100644 (file)
@@ -14,7 +14,7 @@ if ($reqParams['controller'] == 'idx' and (!isset($reqParams['url']))) {
     $mainpage = false;
 }
 
-$content = $this->translate("main page");
+$content = $this->translate("create a route");
 $link = ($mainpage) ? $this->escape($content) : $this->anchor($this->baseUrl(), $content, array('class' => 'footer-anchor'));
 echo '<div class="footer-link">' . $link . '</div>' . PHP_EOL;