PATH:
home
/
grupasm
/
www
/
wp-content
/
themes
/
enfold
/
config-layerslider
/
LayerSlider
/
assets
/
views
<?php // Prevent direct file access defined( 'LS_ROOT_FILE' ) || exit; $section = ! empty( $_GET['section'] ) ? $_GET['section'] : false; switch( $section ) { case 'revisions': include LS_ROOT_PATH . '/views/revisions.php'; break; default: include LS_ROOT_PATH . '/templates/tmpl-addons.php'; break; }
[+]
..
[-] css_editor.php
[edit]
[-] addons.php
[edit]
[-] settings.php
[edit]
[-] index.php
[edit]
[-] revisions.php
[edit]
[-] slider_edit.php
[edit]
[-] transition_builder.php
[edit]
[-] system_status.php
[edit]
[-] slider_list.php
[edit]
[-] skin_editor.php
[edit]
[-] about.php
[edit]