1) Unpack zip.
2) Copy default.thtml to app/views/layouts
3) Copy ***.css to app/webroot/css
Then, you'll see the new theme!
Change the template as you like...
*Contented Designs, Thank you for your marvelous designs!*
*from 2006/12******************************
from new version of CakePHP (1.1.11.4064),
you need to change one line:
if ($this->controller->Session->check('Message.flash')) $this->controller->Session->flash();
to
if ($session->check('Message.flash')) $session->flash();
*******************************************
contented1.zip
contented2.zip
contented3.zip
contented4.zip
contented5.zip
contented6.zip
contented7.zip
*I added some more for Business-use. check http://cakephp.seesaa.net/article/20603204.html*
or do they need some tweaking?
thanks!
then, I think you can use these templates.