PATH:
home
/
cuisinesj
/
www
/
new
/
wp-content
/
themes
/
twentythirteen
<?php /** * The sidebar containing the secondary widget area * * Displays on posts and pages. * * If no active widgets are in this sidebar, hide it completely. * * @package WordPress * @subpackage Twenty_Thirteen * @since Twenty Thirteen 1.0 */ if ( is_active_sidebar( 'sidebar-2' ) ) : ?> <div id="tertiary" class="sidebar-container" role="complementary"> <div class="sidebar-inner"> <div class="widget-area"> <?php dynamic_sidebar( 'sidebar-2' ); ?> </div><!-- .widget-area --> </div><!-- .sidebar-inner --> </div><!-- #tertiary --> <?php endif; ?>
[+]
..
[-] content-link.php
[edit]
[-] content.php
[edit]
[-] rtl.css
[edit]
[-] single.php
[edit]
[-] header.php
[edit]
[+]
inc
[-] 404.php
[edit]
[-] image.php
[edit]
[-] tag.php
[edit]
[-] search.php
[edit]
[-] content-chat.php
[edit]
[-] content-gallery.php
[edit]
[-] sidebar.php
[edit]
[-] content-audio.php
[edit]
[-] archive.php
[edit]
[-] content-quote.php
[edit]
[-] content-aside.php
[edit]
[-] author.php
[edit]
[-] category.php
[edit]
[-] index.php
[edit]
[-] content-video.php
[edit]
[-] taxonomy-post_format.php
[edit]
[+]
images
[-] sidebar-main.php
[edit]
[-] page.php
[edit]
[-] functions.php
[edit]
[-] content-status.php
[edit]
[-] footer.php
[edit]
[-] screenshot.png
[edit]
[+]
genericons
[-] readme.txt
[edit]
[-] style.css
[edit]
[-] content-none.php
[edit]
[+]
css
[-] author-bio.php
[edit]
[+]
js
[-] comments.php
[edit]
[-] content-image.php
[edit]