PATH:
home
/
letacommog
/
letaweb
/
admin
/
views
/
builder
/
content
/
design
<div class="sidebar clearfix css_content_menu" ui-sref-active-eq="active"> <ul class="sidebar-panel nav"> <li><a href="#content" class=""><span class="icon"><i class="fa fa-arrow-left"></i></span>Back</a></li> <li class="sidetitle" > <?php $this->t("LBL_DESIGN_OPTIONS"); ?> </li> <li><a class="" ui-sref="content.design.background"><span class="icon"><i class="fa fa-adjust"></i></span><?php $this->t('LBL_EDIT_BACKGROUND'); ?></a></li> <li><a class="" ui-sref="content.design.color"><span class="icon"><i class="fa fa-eyedropper"></i></span><?php $this->t('LBL_EDIT_COLOR'); ?></a></li> <li><a class="" ui-sref="content.design.font"><span class="icon"><i class="fa fa-font"></i></span><?php $this->t('LBL_EDIT_FONT'); ?></a></li> <li><a class="" ui-sref="content.design.css"><span class="icon"><i class="fa fa-code"></i></span><?php $this->t('LBL_EDIT_CUSTOM_CSS'); ?></a></li> <div ui-sref="content.design"></div> </ul> </div> <div class="css_content sidebar clearfix" ui-view> </div>
[+]
..
[-] module.php
[edit]
[-] background.php
[edit]
[-] font_customize.php
[edit]
[-] css.php
[edit]
[-] css_editor.php
[edit]
[-] main_menu.php
[edit]
[-] font.php
[edit]
[-] color.php
[edit]
[-] special_element.php
[edit]
[+]
csseditor