Knowledgebase: Customizing
How can I have custom header and/or footer for a certain page, e.g. user account ?
Posted by Esvon Support on 02 January 2012 10:29 PM
Since build 4.0.3 it is quite easy.

For user account (My Listings) page you can do the following:

in file inc/pages/account.php add the following lines at the
end of ShowItems() function :

$o_pg = &Factory::singleton('esPage');
$o_pg->tpl_header = 'header_user_ac.htm';
$o_pg->tpl_footer = 'footer_user_ac.htm';

(where header_user_ac.htm and footer_user_ac.htm are used as sample names of
templates located in /tpl/ directory)

Comments (0)
Help Desk Software by Kayako Fusion