From 68a8022f6bebd4df4f4e737ba110615ba849b8dc Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 02:02:10 +0000 Subject: Started work on updating for acf-core-0.15 Removed controllerfunctions library (still needs more work and corresponding work in model) Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries --- weblog-viewweblog-html.lsp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'weblog-viewweblog-html.lsp') diff --git a/weblog-viewweblog-html.lsp b/weblog-viewweblog-html.lsp index 07f6356..e631ebf 100644 --- a/weblog-viewweblog-html.lsp +++ b/weblog-viewweblog-html.lsp @@ -1,5 +1,5 @@ <% local data, viewlibrary, page_info, session = ... %> -<% require("viewfunctions") %> +<% require("htmlviewfunctions") %> <% -- Insert a string into another string @@ -82,7 +82,7 @@ end }); -<% local subdata, pagedata = paginate(data.value.log.value, page_info.clientdata, 200) %> +<% local subdata, pagedata = htmlviewfunctions.paginate(data.value.log.value, page_info.clientdata, 200) %>