Theme installation

Permalink
I've tried installing my theme in the main /themes directory. I've uploaded it to the correct folder, but when I activate it from the Dashboard, C5 tries to read it from the /concrete/themes directory.

Any idea why this is happening?

EDIT: My stylesheet links are:

<link href="<?php echo $this->getThemePath()?>/css/styles.css" rel="stylesheet">

FatTony1952
 
enlil replied on at Permalink Reply
enlil
what does the file structure look like in your theme folder?
FatTony1952 replied on at Permalink Reply
FatTony1952
I have all of my files in the root/themes directory. All of my css is in a root/theme_name/css directory as well as my javascript in a root/theme_name/js directory.
FatTony1952 replied on at Permalink Reply 1 Attachment
FatTony1952
Screen cap of my folder structure attached.
enlil replied on at Permalink Reply
enlil
Hmm. You would think that would work, although, I've never tried it that way. I always wrap my themes into a package. The few times I've run into similar issues was due to something like a typo in a class name etc... You may want to consider making it a package and see the outcome ?!
FatTony1952 replied on at Permalink Best Answer Reply
FatTony1952
Figured it out. Had a syntax error in my view.php file.
enlil replied on at Permalink Reply
enlil
Good deal!