Pirate Rogue, Pirate Crew and GitHub Updater

This commit is contained in:
Jan
2019-06-15 16:55:09 +02:00
committed by JanRei
commit 6fb8ec3762
339 changed files with 106604 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<?php
/**
* The template for the Shop widget area
*
* @package Pirate Rogue
* @since Pirate Rogue 1.0
* @version 1.0
*/
if ( ! is_active_sidebar( 'sidebar-shop' ) ) {
return;
}
// If we get this far, we have widgets. Let's do this.
?>
<aside id="sidebar-shop" class="sidebar-page widget-area">
<?php if ( is_active_sidebar( 'sidebar-shop' ) ) : ?>
<div class="widget-area">
<?php dynamic_sidebar( 'sidebar-shop' ); ?>
</div><!-- .widget-area -->
<?php endif; ?>
</aside><!-- .sidebar-shop -->