D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
homehopshortterm
/
www
/
wp-content
/
themes
/
pixwell
/
templates
/
header
/
Filename :
module-widget.php
back
Copy
<?php /** right menu section */ if ( is_active_sidebar( 'pixwell_header_rnav' ) ) : ?> <aside class="rnav-section"> <?php dynamic_sidebar( 'pixwell_header_rnav' ); ?> </aside> <?php endif;