LEPTON CMS 7.2.0
feel free to keep it strictly simple...
|
Go to the source code of this file.
Functions | |
toggle_css_file (string $mod_dir, string $base_css_file='frontend.css') | |
Variables | |
if(!defined("SEC_FILE")) if(defined('LEPTON_PATH')) | else |
$root = $oneback | |
$level = 1 | |
toggle_css_file | ( | string | $mod_dir, |
string | $base_css_file = 'frontend.css' ) |
This function displays a button to toggle between CSS files (invoked from edit_css.php)
string | $mod_dir | The module directory |
string | $base_css_file | The current css file |
Definition at line 46 of file function.toggle_css_file.php.
$level = 1 |
Definition at line 26 of file function.toggle_css_file.php.
$root = $oneback |
Definition at line 25 of file function.toggle_css_file.php.
while(($level< 10) &&(!file_exists($root.SEC_FILE))) if (file_exists( $root.SEC_FILE)) else |
This file is part of LEPTON Core, released under the GNU GPL Please see LICENSE and COPYING files in your package for details, specially for terms and warranties.
NOTICE:LEPTON CMS Package has several different licenses. Please see the individual license in the header of each single file or info.php of modules and templates.
Definition at line 23 of file function.toggle_css_file.php.