dmtrs / yii-themes

Collections of themes for yii framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Collections of themes for yii framework


Languages

Language:JavaScript 98.0%Language:PHP 2.0%