Re: Theme still referring to base webroot css file

2011-10-16 Thread WebbedIT
What is the [username] coming from in: link rel=stylesheet type=text/css href=/[username]/css/ default.css / HTH, Paul On Oct 15, 10:09 am, Travis Rowland travis.rowl...@gmail.com wrote: My webroot folder in my Theme folder had a capital W -- go figure. On Sat, Oct 15, 2011 at 12:08 AM,

Re: Theme still referring to base webroot css file

2011-10-15 Thread Theaxiom
I am experiencing this same exact issue, what did you do to resolve it? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe

Re: Theme still referring to base webroot css file

2011-10-15 Thread Travis Rowland
My webroot folder in my Theme folder had a capital W -- go figure. On Sat, Oct 15, 2011 at 12:08 AM, Theaxiom travis.rowl...@gmail.com wrote: I am experiencing this same exact issue, what did you do to resolve it? -- Our newest site for the community: CakePHP Video Tutorials

Theme still referring to base webroot css file

2011-04-26 Thread Doug
Hi. I set up a theme directory structure for themes within my cakephp 1.3 app. It seems to work correctly except that it's still referencing the base css file (app/webroot/css/cake.generic.css) instead of the themed css file (app/views/themed/default/webroot/css/default.css).

Re: Theme still referring to base webroot css file

2011-04-26 Thread cricket
On Mon, Apr 25, 2011 at 12:12 PM, Doug douglas.sprin...@gmail.com wrote: Hi. I set up a theme directory structure for themes within my cakephp class ArticlesController extends AppController {        var $view = 'Theme';        var $theme = 'default'; Looks like you got these mixed up. --

Re: Theme still referring to base webroot css file

2011-04-26 Thread Doug Springer
What do you mean? This is per the book. the $view variable should be set to 'Theme' to indicate that I am using themes and the $theme should be set to the name of my theme (which is 'default' in this case) right? On Tue, Apr 26, 2011 at 2:01 PM, cricket zijn.digi...@gmail.com wrote: On Mon, Apr

Re: Theme still referring to base webroot css file

2011-04-26 Thread cricket
On Tue, Apr 26, 2011 at 2:05 PM, Doug Springer douglas.sprin...@gmail.com wrote: What do you mean? This is per the book. the $view variable should be set to 'Theme' to indicate that I am using themes and the $theme should be set to the name of my theme (which is 'default' in this case) right?