From cecb6f1a2e6e7f43601ec4aeac481817f9979422 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 17 Mar 2022 23:49:04 +0800 Subject: * paginate --- template.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'template.php') diff --git a/template.php b/template.php index 04965b6..49d96ee 100644 --- a/template.php +++ b/template.php @@ -55,4 +55,13 @@ function html_music_player($music) { } +function html_paginate_link($url, $pagei) { + echo '' . ($pagei + 1) . ''; +} + +function html_paginate_link_current($url, $pagei) { + echo '' . ($pagei + 1) . ''; +} + + ?> \ No newline at end of file -- cgit v1.1-26-g67d0