X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fviews%2Fscripts%2Fidx%2Findex.phtml;h=7d0fe87fddc5c1064194ce970b664b819432c947;hp=ce8b6f72a24672673f513b4a4821f98df834b30c;hb=a64d41557a62ec6051d7fa08d1ba941e089aa5c2;hpb=3c4eae3c94fd2369087cd3cc73e195cbc48fc433 diff --git a/application/views/scripts/idx/index.phtml b/application/views/scripts/idx/index.phtml index ce8b6f7..7d0fe87 100644 --- a/application/views/scripts/idx/index.phtml +++ b/application/views/scripts/idx/index.phtml @@ -33,7 +33,10 @@
anchor('login', $this->translate('login'), array('id' => 'login_control_anchor', 'class' => 'login-anchor')); - echo $this->anchor('', $this->translate('create an account'), array('id' => 'user_control_anchor', 'class' => 'login-anchor')); + $anchortext = sprintf("%s
%s
", + $this->translate('create an account'), + $this->translate('Whith an account, you can manage and modify your routes')); + echo $this->anchor('', $anchortext, array('id' => 'user_control_anchor', 'class' => 'login-anchor'), false); ?>