Modified theme, now can't delete original Modified theme, now can't delete original
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Modified theme, now can't delete original

Started by bdanielsson, September 20, 2004, 02:29:02 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bdanielsson

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.

Joachim Müller

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.