45 global $page_id, $section_id, $TEXT;
49 if ( !file_exists( LEPTON_PATH .
'/modules/edit_module_files.php' ) )
59 if ( $frontend_css || $backend_css )
61 $oTWIG = lib_twig_box::getInstance();
63 $oTWIG->loader->prependPath( LEPTON_PATH.
"/templates/".DEFAULT_THEME.
"/templates/" );
66 'LEPTON_URL' => LEPTON_URL,
67 'page_id' => $page_id,
68 'section_id' => $section_id,
69 'mod_dir' => $mod_dir,
70 'edit_file' => ( $frontend_css ) ?
'frontend.css' :
'backend.css',
71 'label_submit' => $TEXT[
'CAP_EDIT_CSS']
75 'edit_module_css_form.lte',