PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
mobile-header
/
layouts
/
standard
<?php class StandardMobileHeader extends WebOnCoreMobileHeader { private static $instance; public function __construct() { $this->set_layout( 'standard' ); $this->default_header_height = 70; parent::__construct(); } public static function get_instance() { if ( is_null( self::$instance ) ) { self::$instance = new self(); } return self::$instance; } }
[+]
..
[-] standard-mobile-header.php
[edit]
[+]
templates
[-] include.php
[edit]
[+]
assets
[-] helper.php
[edit]
[+]
dashboard