You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

22 lines
509 B

<?php
/**
* 香菇编写的 Typecho 摄影/相册主题
*
* @package Photograph Theme for Typecho
* @author siitake
* @version 20200610
* @link http://photo.siitake.cn/docs
*/
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
$this->need('header.php');
?>
<div class="content">
<div id="masonry" class="row">
<?php $this->need('index.list.php'); ?>
</div>
<?php $this->pageNav('&laquo;', '&raquo;'); ?>
</div>
<!-- end #main-->
<?php $this->need('sidebar.php'); ?>
<?php $this->need('footer.php'); ?>