These template designs are from
http://www.oswd.org, Open Source Web Designs.
I picked up some designs especially looks suitable for business use, and changed to default.thtml of CakePHP. You can start your WEB development with business-style designs at once!
Usage:
1) Unpack the zip.
2) put the files:
default.thtml -> app/views/layouts
*****.css -> app/webroot/css
files in css_images -> app/webroot/css/images
files in webroot_img -> app/webroot/img
3) go to your cake URL. You will have new theme!
(Thanks all the designers who released their designs as open-sourced!)
*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();
*******************************************
andreas02.zipbermuda_01.zipdoctors_office.zipInternet_Services.zipInternet_Jobs.zipNautica01.zipNautica02Liquid.zipplain.ziplazydays.zipsimplyBusiness.zip
posted by SDozono at 04:58| ロサンゼルス 🌁|
Comment(2)
|
TrackBack(0)
|
CakePHP template
|
|