<?php defined('_VALID') or die('Restricted Access!'); ?>
<div data-role="content">
<?php echo $this->fetch('photo_menu'); ?>
<?php if ($this->albums): echo $this->fetch('photo_list'); ?>
<center><?php echo p('pagination', $this->pagination, build_url($this->order, $this->timeline, $this->slug, true)); ?></center>
<?php else: ?>
<div class="none"><?php echo __('no-albums'); ?></div>
<?php endif; ?>
</div>