I've noticed alot of pages in the URL as such ... if I want to mod the password copy and general layout of this page "main_page=password_forgotten"
where would I go? Thanks!
I've noticed alot of pages in the URL as such ... if I want to mod the password copy and general layout of this page "main_page=password_forgotten"
where would I go? Thanks!
The copy is in includes/languages/english/password_forgotten.php and the layout is determined by inlcudes/templates/template_default/templates/tpl_password_forgotten_default.php.
In both cases you would want to create over-ride versions of the files, rather than edit them directly.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Cool, and to create overrides is that just adding your /CUSTOM folder into those directories?
Almost. That's right for the languages area, but for the templates area your over-ride file would be inlcudes/templates/CUSTOM/templates/tpl_password_forgotten_default.php
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Got it, many thanks!