X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Flayouts%2Fscripts%2Ffooter.phtml;h=57678579a13e84612ba057093c207313e61e1206;hp=a90874e7219e35e7e2ff8e36e2050d77722966a1;hb=8801dcb56378e94adee34527f2228f5ce006cbef;hpb=05ce9238adfa982746bfc6211b240fd24526af09 diff --git a/application/layouts/scripts/footer.phtml b/application/layouts/scripts/footer.phtml index a90874e..5767857 100644 --- a/application/layouts/scripts/footer.phtml +++ b/application/layouts/scripts/footer.phtml @@ -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 '' . PHP_EOL;