I just downloaded caliSkinV6. I wanted to make a few customizations and when I looked to the source code, there was only 1 line of real code:// ------------------------------------------------------------------------- //
// This theme has all CORE items removed //
// ------------------------------------------------------------------------- //
define('THEME_IS_XHTML10_TRANSITIONAL',1);
There is no php in any of the files and the template won't load properly. Did I download something wrong?
maybe not, some themes are just 1 line, and most of it is all CSS, if you want to change certain things which arn't CSS related you can copy content from your themes/sample/theme.php into your current theme and edit that :)
do i need to have the who coppermine script in order for it to display properly? i was just running the template.html file with style.css and theme.php...if i put it in the same directory as the coppermine script would it work?
no it wont, you need to keep the folder structure intact, please read the theming documentary on the site first,
http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#creating
Please choose a better subject next time - there's no error. Please read the docs that come with coppermine and only ask questions on the board after having read the docs.