coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: crl on October 07, 2009, 07:51:30 PM

Title: [Solved]: disable profile
Post by: crl on October 07, 2009, 07:51:30 PM
How can I disable or remove "My Profile" from the menu?
I have searched the board and the only result that I found was a script change with the theme.php.  But I am using a custom theme 'siteground' and the script is not the same. My theme.php script is below

<?php
define
('THEME_IS_XHTML10_TRANSITIONAL',1);
$template_sys_menu_spacer ='<img src="themes/siteground1/images/menu.gif" width="16" height="16" border="0" alt="" />';
?>


Please could someone help? ???
Title: Re: disable profile
Post by: phill104 on October 07, 2009, 10:06:22 PM
http://forum.coppermine-gallery.net/index.php/topic,36605.0.html
Title: Re: disable profile
Post by: crl on October 08, 2009, 01:16:38 AM
thank you, worked a treat :)