diff options
author | chai <chaifix@163.com> | 2022-03-17 23:49:04 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2022-03-17 23:49:04 +0800 |
commit | cecb6f1a2e6e7f43601ec4aeac481817f9979422 (patch) | |
tree | 02a2fa2452f0f692aa26117a30f1d5b8028cb922 /tags.php | |
parent | 90483f6eb389f041e0dbd0fca8bb766edbc85910 (diff) |
* paginate
Diffstat (limited to 'tags.php')
-rw-r--r-- | tags.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ <body> <div id="container"> + <?php include_once('header.php');?> + <?php include_once('titlebar.php');?> + <div style="padding: 10px;"> <label>Tags:</label> <br/> <div class="tags_container"> |