X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fviews%2Fscripts%2Fidx%2Findex.phtml;h=7d0fe87fddc5c1064194ce970b664b819432c947;hb=a64d41557a62ec6051d7fa08d1ba941e089aa5c2;hp=38f1e3b7fad448bfe692892767db0082ac6fe932;hpb=190fd621df4920c56a422c03663874cddaa67d64;p=syj.git diff --git a/application/views/scripts/idx/index.phtml b/application/views/scripts/idx/index.phtml index 38f1e3b..7d0fe87 100644 --- a/application/views/scripts/idx/index.phtml +++ b/application/views/scripts/idx/index.phtml @@ -11,7 +11,7 @@
- path and !$this->loggedUser()) {?> + path and !$this->loggedUser) {?> translate('Welcome on Syj.')?>
translate('To create a journey, just click on the map to add points to your route. You can zoom and move map with controls upper left.')?> @@ -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); ?>