Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
home
/
getwphos
/
www
/
ppine
/
wp-content
/
themes
/
takeout
/
skins
/
default
/
templates
/
File Content:
header-mobile.php
<?php /** * The template to show mobile header (used only header_style == 'default') * * @package TAKEOUT * @since TAKEOUT 1.0.39 */ // Additional info if ( takeout_is_off( takeout_get_theme_option( 'header_mobile_hide_info' ) ) ) { $takeout_info = takeout_get_theme_option( 'header_mobile_additional_info' ); if ( '' != $takeout_info ) { ?><div class="top_panel_mobile_info sc_layouts_row sc_layouts_row_type_compact sc_layouts_row_delimiter sc_layouts_hide_on_large sc_layouts_hide_on_desktop sc_layouts_hide_on_notebook sc_layouts_hide_on_tablet"> <div class="content_wrap"> <div class="columns_wrap"> <div class="sc_layouts_column sc_layouts_column_align_center sc_layouts_column_icons_position_left column-1_1"><div class="sc_layouts_item"> <?php takeout_show_layout( $takeout_info ); ?> </div><!-- /.sc_layouts_item --> </div><!-- /.sc_layouts_column --> </div><!-- /.columns_wrap --> </div><!-- /.content_wrap --> </div><!-- /.sc_layouts_row --> <?php } } // Logo, menu and buttons ?> <div class="top_panel_mobile_navi sc_layouts_row sc_layouts_row_type_compact sc_layouts_row_delimiter sc_layouts_row_fixed sc_layouts_row_fixed_always sc_layouts_hide_on_large sc_layouts_hide_on_desktop sc_layouts_hide_on_notebook sc_layouts_hide_on_tablet"> <div class="content_wrap"> <div class="columns_wrap columns_fluid"> <div class="sc_layouts_column sc_layouts_column_align_left sc_layouts_column_icons_position_left sc_layouts_column_fluid column-1_3"> <?php // Logo if ( takeout_is_off( takeout_get_theme_option( 'header_mobile_hide_logo' ) ) ) { ?> <div class="sc_layouts_item"> <?php set_query_var( 'takeout_logo_args', array( 'type' => 'mobile_header' ) ); get_template_part( apply_filters( 'takeout_filter_get_template_part', 'templates/header-logo' ) ); set_query_var( 'takeout_logo_args', array() ); ?> </div> <?php } ?> </div><div class="sc_layouts_column sc_layouts_column_align_right sc_layouts_column_icons_position_left sc_layouts_column_fluid column-2_3"> <?php if ( takeout_exists_trx_addons() ) { // Display login/logout if ( takeout_is_off( takeout_get_theme_option( 'header_mobile_hide_login' ) ) ) { ob_start(); do_action( 'takeout_action_login', array( 'text_login' => false, 'text_logout' => false, ) ); $takeout_action_output = ob_get_contents(); ob_end_clean(); if ( ! empty( $takeout_action_output ) ) { ?> <div class="sc_layouts_item sc_layouts_menu sc_layouts_menu_default"> <?php takeout_show_layout( $takeout_action_output ); ?> </div> <?php } } // Display cart button if ( takeout_is_off( takeout_get_theme_option( 'header_mobile_hide_cart' ) ) ) { ob_start(); do_action( 'takeout_action_cart' ); $takeout_action_output = ob_get_contents(); ob_end_clean(); if ( ! empty( $takeout_action_output ) ) { ?> <div class="sc_layouts_item"> <?php takeout_show_layout( $takeout_action_output ); ?> </div> <?php } } // Display search field if ( takeout_is_off( takeout_get_theme_option( 'header_mobile_hide_search' ) ) ) { ob_start(); do_action( 'takeout_action_search', array( 'style' => 'fullscreen', 'class' => 'header_mobile_search', 'ajax' => false ) ); $takeout_action_output = ob_get_contents(); ob_end_clean(); if ( ! empty( $takeout_action_output ) ) { ?> <div class="sc_layouts_item"> <?php takeout_show_layout( $takeout_action_output ); ?> </div> <?php } } } // Mobile menu button ?> <div class="sc_layouts_item"> <div class="sc_layouts_iconed_text sc_layouts_menu_mobile_button"> <a class="sc_layouts_item_link sc_layouts_iconed_text_link" href="#"> <span class="sc_layouts_item_icon sc_layouts_iconed_text_icon trx_addons_icon-menu"></span> </a> </div> </div> </div><!-- /.sc_layouts_column --> </div><!-- /.columns_wrap --> </div><!-- /.content_wrap --> </div><!-- /.sc_layouts_row -->
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
block-patterns
---
0755
block-styles
---
0755
blog-styles
---
0755
single-styles
---
0755
admin-notice.php
1847 bytes
0644
admin-rate.php
2878 bytes
0644
author-bio.php
1639 bytes
0644
author-page.php
2315 bytes
0644
content-404.php
588 bytes
0644
content-band.php
6889 bytes
0644
content-classic.php
7059 bytes
0644
content-custom.php
3382 bytes
0644
content-excerpt.php
6481 bytes
0644
content-none-archive.php
826 bytes
0644
content-none-search.php
871 bytes
0644
content-page.php
1546 bytes
0644
content-portfolio.php
4928 bytes
0644
content-single-style-2.php
3380 bytes
0644
content-single-style-5.php
4259 bytes
0644
content-single-style-6.php
4111 bytes
0644
content-sticky.php
1612 bytes
0644
content.php
2421 bytes
0644
footer-copyright.php
1113 bytes
0644
footer-custom.php
1091 bytes
0644
footer-default.php
948 bytes
0644
footer-logo.php
1384 bytes
0644
footer-socials.php
481 bytes
0644
footer-widgets.php
2451 bytes
0644
header-custom.php
2393 bytes
0644
header-default.php
2185 bytes
0644
header-logo.php
1691 bytes
0644
header-mobile.php
4467 bytes
0644
header-navi-mobile.php
3945 bytes
0644
header-navi-side.php
1602 bytes
0644
header-navi.php
2776 bytes
0644
header-title.php
3944 bytes
0644
header-video.php
723 bytes
0644
header-widgets.php
2487 bytes
0644
index.php
30 bytes
0644
related-posts-classic.php
1283 bytes
0644
related-posts-list.php
1102 bytes
0644
related-posts-modern.php
1437 bytes
0644
related-posts-short.php
1099 bytes
0644
related-posts-wide.php
1306 bytes
0644
related-posts.php
1260 bytes
0644
search-form.php
1150 bytes
0644
seo.php
1929 bytes
0644
N4ST4R_ID | Naxtarrr