Hi. I modified the condensed_grey theme the way I want it, duplicated it and changed all the reference of condensed_grey to my theme name. Nowhere in the theme.php or template.html say condensed_grey anywhere. I've changed the theme in coppermine config and everything looks fine. But when I delete the original condensed_grey theme it looks bad. When I view the source page it says this towards the top: <link rel="stylesheet" href="themes/condensed_grey/style.css" />
What file is referencing to this? I didn't modify anything in the template.html file because this is the only thing in it:
{ADMIN_MENU} {GALLERY}
{LANGUAGE_SELECT_FLAGS}{LANGUAGE_SELECT_LIST}{THEME_SELECT_LIST}
I know it's not that big of a deal because I can reupload the condensed_grey theme, but I want to know why it won't work this way.
edit themes/your_custom_theme_name/template.html, find<link rel="stylesheet" href="themes/condensed_grey/style.css" />
and replace with<link rel="stylesheet" href="themes/your_custom_theme_name/style.css" />
Joachim
P.S. When requesting support on a mod or other user contribution that doesn't come with the core coppermine package, please reply to the mod's thread instead of starting a new one in the future.