Kryptronic Software Wiki : RemovingHeaderTitleFromEachPage

Kryptronic Kryptronic Software Wiki

Removing Header Title From Each Page


In admin under

Home > ClickCartPro > Displays: Skins, Menus, XHTML Includes and Messages > Manage Display Skins

Click Update next to E-Commerce Skin (or the name of your skin if you aren't working with the default). On the next page click on Update next to file name skin.php.

Look for a section of code that looks like this:

	 <?php /* PHP FUNCTION */
	       /* Prints the page title.   */
	       $skinfunc->titletag($disp_title); ?>


and remove it. If you do not want to remove it you may simply make the call to display the title a comment, as shown below, so it won't be executed .

	 <?php /* PHP FUNCTION */
	       /* Prints the page title.   */
	       #$skinfunc->titletag($disp_title); ?>



ClickCartPro - Skinning (Changing The Look Of Your Site)