I working old template (J 1.5.22) rewrite new template version (J 1.6.1). The template include custom mod_login (/template/<name>/html/mod_login), but this module not working the following code:
<input type="submit" name="Submit" class="button" value="<?php echo JText::_('LOGIN') ?>" style="float:left;" />
Why? Where is the problem?
Thanks
Tamas
Try starting with the 1.6 mod_login and editing it to match what you are
trying to do, it may help.
> --
> You received this message because you are subscribed to the Google Groups
> "Joomla! CMS Development" group.
> To post to this group, send an email to joomla-...@googlegroups.com.
> To unsubscribe from this group, send email to
> joomla-dev-cm...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/joomla-dev-cms?hl=en-GB.
>
>
What is displayed on output, if anything? Odds are you'd need to get the
right language string to use in it's place.
Try starting with the 1.6 mod_login and editing it to match what you are
trying to do, it may help.
Nice, working!
Thx
Tamas