Submit
Path:
~
/
home
/
getwphos
/
public_html
/
ppine
/
wp-content
/
themes
/
takeout
/
skins
/
default
/
templates
/
File Content:
header-widgets.php
<?php /** * The template to display the widgets area in the header * * @package TAKEOUT * @since TAKEOUT 1.0 */ // Header sidebar $takeout_header_name = takeout_get_theme_option( 'header_widgets' ); $takeout_header_present = ! takeout_is_off( $takeout_header_name ) && is_active_sidebar( $takeout_header_name ); if ( $takeout_header_present ) { takeout_storage_set( 'current_sidebar', 'header' ); $takeout_header_wide = takeout_get_theme_option( 'header_wide' ); ob_start(); if ( is_active_sidebar( $takeout_header_name ) ) { dynamic_sidebar( $takeout_header_name ); } $takeout_widgets_output = ob_get_contents(); ob_end_clean(); if ( ! empty( $takeout_widgets_output ) ) { $takeout_widgets_output = preg_replace( "/<\/aside>[\r\n\s]*<aside/", '</aside><aside', $takeout_widgets_output ); $takeout_need_columns = strpos( $takeout_widgets_output, 'columns_wrap' ) === false; if ( $takeout_need_columns ) { $takeout_columns = max( 0, (int) takeout_get_theme_option( 'header_columns' ) ); if ( 0 == $takeout_columns ) { $takeout_columns = min( 6, max( 1, takeout_tags_count( $takeout_widgets_output, 'aside' ) ) ); } if ( $takeout_columns > 1 ) { $takeout_widgets_output = preg_replace( '/<aside([^>]*)class="widget/', '<aside$1class="column-1_' . esc_attr( $takeout_columns ) . ' widget', $takeout_widgets_output ); } else { $takeout_need_columns = false; } } ?> <div class="header_widgets_wrap widget_area<?php echo ! empty( $takeout_header_wide ) ? ' header_fullwidth' : ' header_boxed'; ?>"> <?php do_action( 'takeout_action_before_sidebar_wrap', 'header' ); ?> <div class="header_widgets_inner widget_area_inner"> <?php if ( ! $takeout_header_wide ) { ?> <div class="content_wrap"> <?php } if ( $takeout_need_columns ) { ?> <div class="columns_wrap"> <?php } do_action( 'takeout_action_before_sidebar', 'header' ); takeout_show_layout( $takeout_widgets_output ); do_action( 'takeout_action_after_sidebar', 'header' ); if ( $takeout_need_columns ) { ?> </div> <!-- /.columns_wrap --> <?php } if ( ! $takeout_header_wide ) { ?> </div> <!-- /.content_wrap --> <?php } ?> </div> <!-- /.header_widgets_inner --> <?php do_action( 'takeout_action_after_sidebar_wrap', 'header' ); ?> </div> <!-- /.header_widgets_wrap --> <?php } }
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
1781 bytes
0644
admin-rate.php
3172 bytes
0644
author-bio.php
1588 bytes
0644
author-page.php
2242 bytes
0644
content-404.php
579 bytes
0644
content-band.php
6706 bytes
0644
content-classic.php
6894 bytes
0644
content-custom.php
3304 bytes
0644
content-excerpt.php
6305 bytes
0644
content-none-archive.php
802 bytes
0644
content-none-search.php
843 bytes
0644
content-page.php
1490 bytes
0644
content-portfolio.php
4856 bytes
0644
content-single-style-2.php
3272 bytes
0644
content-single-style-5.php
4134 bytes
0644
content-single-style-6.php
3984 bytes
0644
content-sticky.php
1561 bytes
0644
content.php
2339 bytes
0644
footer-copyright.php
1077 bytes
0644
footer-custom.php
1064 bytes
0644
footer-default.php
915 bytes
0644
footer-logo.php
1344 bytes
0644
footer-socials.php
459 bytes
0644
footer-widgets.php
2382 bytes
0644
header-custom.php
2334 bytes
0644
header-default.php
2125 bytes
0644
header-logo.php
1654 bytes
0644
header-mobile.php
4131 bytes
0644
header-navi-mobile.php
3879 bytes
0644
header-navi-side.php
1561 bytes
0644
header-navi.php
2709 bytes
0644
header-title.php
3835 bytes
0644
header-video.php
704 bytes
0644
header-widgets.php
2418 bytes
0644
index.php
28 bytes
0644
related-posts-classic.php
1241 bytes
0644
related-posts-list.php
1070 bytes
0644
related-posts-modern.php
1408 bytes
0644
related-posts-short.php
1067 bytes
0644
related-posts-wide.php
1268 bytes
0644
related-posts.php
1224 bytes
0644
search-form.php
1126 bytes
0644
seo.php
1884 bytes
0644
N4ST4R_ID | Naxtarrr