From f669bf6ec4bb0b49b123dd31db6998c4be914454 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 21 Jan 2010 13:12:12 +0000 Subject: Changes to skins to allow user skins to be added page_info.skindir is no longer available to views, but staticdir is. --- lib/viewfunctions.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/viewfunctions.lua') diff --git a/lib/viewfunctions.lua b/lib/viewfunctions.lua index a45831c..f827cff 100644 --- a/lib/viewfunctions.lua +++ b/lib/viewfunctions.lua @@ -220,7 +220,7 @@ function displaypagination(page_data, page_info) io.write('
Pages:') local p = page_data.page if p > 1 then - io.write("") + io.write("") pagelink(1) end local links = {(p-3)-(p-3)%10, p-2, p-1, p, p+1, p+2, (p+12)-(p+12)%10} @@ -237,7 +237,7 @@ function displaypagination(page_data, page_info) end if p") + io.write("") end io.write("
") end -- cgit v1.2.3