PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
themes
/
dwt-listing
/
inc
/
admin
<?php /* ------------------Theme Customization Options ----------------------- */ Redux::setSection($opt_name, array( 'title' => esc_html__('Customization', 'dwt-listing'), 'id' => 'dwt_listing_customization_settings', 'desc' => '', 'icon' => 'el el-css', 'fields' => array( array( 'id' => 'dwt_listing_css_editor', 'type' => 'ace_editor', 'title' => esc_html__('Custom CSS', 'dwt-listing'), 'subtitle' => esc_html__('Paste your CSS code here.', 'dwt-listing'), 'mode' => 'css', 'theme' => 'monokai', 'desc' => '', 'default' => "#youclass{\nmargin: 0 auto;\n}" ), array( 'id' => 'dwt_listing_js_editor', 'type' => 'ace_editor', 'title' => esc_html__('Custom JS', 'dwt-listing'), 'subtitle' => esc_html__('Paste your JS code here.', 'dwt-listing'), 'mode' => 'css', 'theme' => 'monokai', 'desc' => '', 'default' => "jQuery(document).ready(function(){\n\n});" ), ) ));
[+]
..
[-] option-pages.php
[edit]
[-] option-profile.php
[edit]
[-] option-reviews.php
[edit]
[-] option-maps.php
[edit]
[-] option-apis.php
[edit]
[-] option-header.php
[edit]
[-] option-admin.php
[edit]
[-] option-users.php
[edit]
[-] option-wpml.php
[edit]
[-] option-listing.php
[edit]
[-] index.php
[edit]
[-] option-events.php
[edit]
[-] option-slugs.php
[edit]
[-] option-footer.php
[edit]
[-] option-blog.php
[edit]
[-] option-packages.php
[edit]
[-] shop.php
[edit]
[-] option-emails.php
[edit]
[-] option-typo.php
[edit]
[-] customization.php
[edit]
[-] option-geo-api.php
[edit]