| 1 |
<?php |
| 2 |
/** |
| 3 |
* Sidebar template. |
| 4 |
* |
| 5 |
* @package WebberZone\Top_Ten |
| 6 |
*/ |
| 7 |
|
| 8 |
if ( ! defined( 'ABSPATH' ) ) { |
| 9 |
exit; |
| 10 |
} |
| 11 |
?> |
| 12 |
<div class="postbox-container"> |
| 13 |
<div id="qlinksdiv" class="postbox meta-box-sortables"> |
| 14 |
<h2 class='hndle metabox-holder'><span>Sidebar Notice</span></h2> |
| 15 |
|
| 16 |
<div class="inside"> |
| 17 |
<div id="quick-links"> |
| 18 |
<p>Please add a sidebar in your admin folder (one level above)</p> |
| 19 |
</div> |
| 20 |
</div><!-- /.inside --> |
| 21 |
</div><!-- /.postbox --> |
| 22 |
</div><!-- /.postbox-container --> |
| 23 |
|