PATH:
home
/
letacommog
/
rachat-or-bourgenbresse
/
wp-content
/
themes
/
dt-the7
/
inc
/
admin
<?php /** * Theme options menu list. * * @package the7 * @since 3.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } return array( 'of-skins-menu' => array( 'menu_title' => _x( 'Skins', 'backend', 'the7mk2' ), ), 'of-branding-menu' => array( 'menu_title' => _x( 'Branding', 'backend', 'the7mk2' ), ), 'options-framework' => array( 'menu_title' => _x( 'General Appearance', 'backend', 'the7mk2' ), ), 'of-fonts-menu' => array( 'menu_title' => _x( 'Typography', 'backend', 'the7mk2' ), ), 'of-header-menu' => array( 'menu_title' => _x( 'Top Bar & Header', 'backend', 'the7mk2' ), ), 'of-contentarea-menu' => array( 'menu_title' => _x( 'Page Titles', 'backend', 'the7mk2' ), ), 'of-sidebar-menu' => array( 'menu_title' => _x( 'Sidebar', 'backend', 'the7mk2' ), ), 'of-footer-menu' => array( 'menu_title' => _x( 'Footer & Bottom Bar', 'backend', 'the7mk2' ), ), 'of-stripes-menu' => array( 'menu_title' => _x( 'Stripes', 'backend', 'the7mk2' ), ), 'of-buttons-menu' => array( 'menu_title' => _x( 'Buttons', 'backend', 'the7mk2' ), ), 'of-blog-and-portfolio-menu' => array( 'menu_title' => _x( 'Blog', 'backend', 'the7mk2' ), ), 'of-woocommerce-menu' => array( 'menu_title' => _x( 'WooCommerce', 'backend', 'the7mk2' ), ), 'of-wpml-menu' => array( 'menu_title' => _x( 'WPML Flags', 'backend', 'the7mk2' ), ), 'of-archives-templates-menu' => array( 'menu_title' => _x( 'Archives', 'backend', 'the7mk2' ), ), 'of-imghoovers-menu' => array( 'menu_title' => _x( 'Images Styling & Hovers', 'backend', 'the7mk2' ), ), 'of-likebuttons-menu' => array( 'menu_title' => _x( 'Share Buttons', 'backend', 'the7mk2' ), ), 'of-widgetareas-menu' => array( 'menu_title' => _x( 'Widget Areas', 'backend', 'the7mk2' ), ), 'of-importexport-menu' => array( 'menu_title' => _x( 'Export/Import Options', 'backend', 'the7mk2' ), ), 'of-themeupdate-menu' => array( 'menu_title' => _x( 'Theme Update', 'backend', 'the7mk2' ), ), 'of-advanced-menu' => array( 'menu_title' => _x( 'Advanced', 'backend', 'the7mk2' ), ), );
[+]
..
[-] load-meta-boxes.php
[edit]
[-] theme-options-menu-list.php
[edit]
[-] index.php
[edit]
[-] admin-notices.php
[edit]
[-] theme-options-files.php
[edit]
[+]
theme-options
[-] admin-functions.php
[edit]
[+]
meta-boxes
[-] .htaccess
[edit]
[-] theme-options-parts.php
[edit]
[-] admin-bulk-actions.php
[edit]
[+]
assets