Most recent edit on 2007-02-28 17:16:16 by KryptronicWebmaster
Additions:
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)
Deletions:
In the management interface, go to:
ClickCartPro > Displays: Skins, Menus, XHTML Includes and Messages > Manage Display Skins
And choose to manage the 'E-Commerce Skin' skin. Edit the 'skin.php' file and remove the lines:
Code:
<?php /* PHP FUNCTION */
/* Prints the page title. */
$skinfunc->titletag($disp_title); ?>
Pending Inclusion
Oldest known version of this page was edited on 2007-02-15 20:23:14 by KryptronicWebmaster []
Page view:
Removing Header Title From Each Page
In the management interface, go to:
ClickCartPro > Displays: Skins, Menus, XHTML Includes and Messages > Manage Display Skins
And choose to manage the 'E-Commerce Skin' skin. Edit the 'skin.php' file and remove the lines:
Code:
<?php /* PHP FUNCTION */
/* Prints the page title. */
$skinfunc->titletag($disp_title); ?>
Pending Inclusion