cn.yimian.xyz 4 years ago
parent abe7dd78bd
commit ba72137983
  1. 3
      old/usr/themes/photograph/header.php
  2. 1
      usr/themes/photograph/footer.php
  3. 4
      usr/themes/photograph/header.php

@ -41,6 +41,7 @@
?> ?>
<link rel="stylesheet" type="text/css" href="https://cdn.yimian.xyz/shaky/shaky.css"> <link rel="stylesheet" type="text/css" href="https://cdn.yimian.xyz/shaky/shaky.css">
<script src="https://cdn.yimian.xyz/ushio-js/ushio-head.min.js"></script> <script src="https://cdn.yimian.xyz/ushio-js/ushio-head.min.js"></script>
<script>page.auth=['any']</script>
</head> </head>
<body> <body>
@ -196,4 +197,4 @@
<li id="<?php echo 'cate_'.$cates->slug; ?>"<?php if($this->is('category', $cates->slug)): ?> class="active"<?php endif; ?>><a href="<?php echo $cates->permalink.'#cate_'.$cates->slug; ?>" title="<?php $cates->description(); ?>"><?php $cates->name(); ?></a></li> <li id="<?php echo 'cate_'.$cates->slug; ?>"<?php if($this->is('category', $cates->slug)): ?> class="active"<?php endif; ?>><a href="<?php echo $cates->permalink.'#cate_'.$cates->slug; ?>" title="<?php $cates->description(); ?>"><?php $cates->name(); ?></a></li>
<?php endwhile; ?> <?php endwhile; ?>
</ul> </ul>
<?php endif; ?> <?php endif; ?>

@ -259,5 +259,6 @@
} }
</script> </script>
<?php $this->footer(); ?> <?php $this->footer(); ?>
<script src='https://cdn.yimian.xyz/ushio-js/ushio-footer.min.js'></script>
</body> </body>
</html> </html>

@ -40,6 +40,8 @@
$this->header(); $this->header();
} }
?> ?>
<script src='https://cdn.yimian.xyz/ushio-js/ushio-head.min.js'></script>
<script>page.auth = ['any'];</script>
</head> </head>
<body> <body>
<!--[if lt IE 8]> <!--[if lt IE 8]>
@ -194,4 +196,4 @@
<li id="<?php echo 'cate_'.$cates->slug; ?>"<?php if($this->is('category', $cates->slug)): ?> class="active"<?php endif; ?>><a href="<?php echo $cates->permalink.'#cate_'.$cates->slug; ?>" title="<?php $cates->description(); ?>"><?php $cates->name(); ?></a></li> <li id="<?php echo 'cate_'.$cates->slug; ?>"<?php if($this->is('category', $cates->slug)): ?> class="active"<?php endif; ?>><a href="<?php echo $cates->permalink.'#cate_'.$cates->slug; ?>" title="<?php $cates->description(); ?>"><?php $cates->name(); ?></a></li>
<?php endwhile; ?> <?php endwhile; ?>
</ul> </ul>
<?php endif; ?> <?php endif; ?>

Loading…
Cancel
Save