Home > yii-themes

yii-themes

Yii-themes is a project mainly written in JAVASCRIPT and PHP, it's free.

Collections of themes for yii framework

yii-themes

A collection of themes for yii powered web applications Author: Dimitrios Mengidis <tydeas.dr at gmail.com>

Details

From the tree structure of the repo css, images and js copyrights does not belong to the author. License of this files is in each themes ./css/theme-name/readme-license-hotwebsitetemplates.txt as the source of the theme is in the ./source/theme-name.zip

Install

Root of the repo tree structure is the root dir of your web application. The availabel themes are under the themes folder. In your protected/config/main.php add

<?php return array(
    ...
    'name'=>'Your application name',
    'theme'=>'theme-name',
    ...
?>

History

  • devision theme, Marketing, Bussiness. Creative Commons License 3.0
  • neutraldesk theme, Personal, Blog. Creative Commons License 3.0
  • winglobal theme, Personal, Bussiness, Blog. Creative Commons License 3.0
Previous:Recipe-Website