Simple Theme Released for Croogo 1.3.2
Posted by on September 4th 2010, 10:09am
After a long hiatus I am back with an update to my Croogo theme 'Simple'. To install simply unzip the theme's folder into the themed directory or use the built in theme uploader in Croogo's administration panel. Look forward to some new posts on Croogo, CakePHP and some other stuff I have going on.

If you have any questions or problems drop me a line in the comments section.
Last Updated: September 4th 2010, 10:22am
Download: Simple Croogo Theme 1.3.2


11 Comments
Thanks for this great job !
Just a point : I have a plugin that use it's layout.
How can I use the 'active' theme in the plugin layout ?
Thanks
wtf ?
@Andrew: I also had the error in "app\views\themed\simple\elements\node_more_info.ctp"
The fix really simple. Changed line 3 from:
if (!empty($type['Vocabulary'])) :
to
if (!empty($type['Vocabulary']));
Note: only the last character was changed from : to ;
Thanks for the theme. I'll be using it for http://brunocassol.com.
instead of
That makes it more compatible.
I meant use < ? p h p
Instead of < ?