PATH:
home
/
letacommog
/
letaweb
/
admin
/
views
/
builder
<?php header('Content-type: text/css'); $color_palette = BSkins::getColorPalette(); $compiled_css = ''; $system_themes_path = Yii::getPathofAlias('application.css'); $css = ""; $skinDir = Yii::getPathofAlias('application.skins'); if (is_dir($skinDir)) { if ($dh = opendir($skinDir)) { while (($filePath = readdir($dh)) !== false) { if(is_dir($skinDir. DIRECTORY_SEPARATOR . $filePath)) { foreach(glob($skinDir. DIRECTORY_SEPARATOR . $filePath. DIRECTORY_SEPARATOR .'*.skn.php') as $file) { $filename = basename($file); $skinName = str_replace('.skn.php', '',$filename); $skin = @include($file); if(isset($skin) && is_array($skin)) { $css.= $skin['css']; } } } } closedir($dh); } } for ($i = 24; $i >= 0;--$i) { $css = str_replace('##'.$i, $color_palette[$i], $css); } echo $css; $skin_css = ''; $themes_path = Yii::getPathofAlias('application_site.css').DIRECTORY_SEPARATOR.'themes.css'; $skin_css = ''; $css = file_get_contents($themes_path); for ($i = 24; $i >= 0;--$i) { $css = str_replace('##'.$i, $color_palette[$i], $css); } echo $css;
[+]
..
[+]
settings
[-] settings.php
[edit]
[+]
zone_templates
[-] content.php
[edit]
[+]
ecommerce
[+]
content
[+]
dialog
[-] themes.php
[edit]
[-] themes_skin.php
[edit]
[+]
customize
[+]
modules
[+]
popup
[-] error.php
[edit]
[-] index.php
[edit]
[-] module_list.php
[edit]
[-] customize.php
[edit]
[+]
blog
[-] language.php
[edit]
[-] blog.php
[edit]
[+]
_dialog_footer