forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: slikaman on January 11, 2011, 10:10:46 pm

Title: Curve_red2black menu change
Post by: slikaman on January 11, 2011, 10:10:46 pm
Is there an easy way to change from a drop down menus in a curve_red2black theme into separate button menu items? I'm particularly interested in having the 'top rated, most viewed, etc' buttons visible.

I know how to add additional menu items but was wondering if there is a simpler and better way. I have already added a 'top rated' menu - see www.slatkeslike.com
Title: Re: Curve_red2black menu change
Post by: Αndré on January 19, 2011, 10:03:01 am
You have to edit $template_sub_menu in the theme's theme.php file. Removing the
Code: [Select]
<ul>and
Code: [Select]
</ul>would be the quick & dirty way, which could of course be optimized :)