Steps to show page title with module name

Here are the steps to show page title with module name -

To do this you have to first edit header.php of each of your themes by adding this line
$xtpl->assign(“CURRENT_MODULE_NAME”, $_REQUEST['module']);

you can add this line after these lines
$xtpl->assign(“THEME”, $theme);
$xtpl->assign(“IMAGE_PATH”, $image_path);

then you have to edit the header.html of each of your themes here you have to look for

</strong></p> <p><strong>{APP.LBL_BROWSER_TITLE}</strong></p> <p><strong>

and change it to “”
{CURRENT_MODULE_NAME} will add the modules name to the title bar.

Facebook comments:

Leave a Reply


OpenApp Media Network OpenApp Media Network

Various trademarks held by their respective owners.

Privacy Statement | Terms Of Service