chevereto-free/app/themes/Peafowl/views/following.php

30 lines
925 B
PHP
Raw Normal View History

2016-08-18 20:39:31 +00:00
<?php if(!defined('access') or !access) die('This file cannot be directly accessed.'); ?>
<?php G\Render\include_theme_header(); ?>
<div class="content-width">
<div class="header header-tabs margin-bottom-10 follow-scroll">
2017-11-09 19:02:18 +00:00
<h1><strong><span class="margin-right-5 icon icon-rss"></span><?php _se('Following'); ?></strong></h1>
<?php G\Render\include_theme_file('snippets/tabs'); ?>
2016-08-18 20:39:31 +00:00
<?php
if(is_admin()) {
2017-11-09 19:02:18 +00:00
G\Render\include_theme_file('snippets/user_items_editor');
2016-08-18 20:39:31 +00:00
?>
<div class="header-content-right phone-float-none">
2017-11-09 19:02:18 +00:00
<?php G\Render\include_theme_file('snippets/listing_tools_editor'); ?>
2016-08-18 20:39:31 +00:00
</div>
<?php
}
?>
</div>
<div id="content-listing-tabs" class="tabbed-listing">
<div id="tabbed-content-group">
2017-11-09 19:02:18 +00:00
<?php G\Render\include_theme_file('snippets/listing'); ?>
2016-08-18 20:39:31 +00:00
</div>
</div>
</div>
<?php G\Render\include_theme_footer(); ?>