From 284226706885e3b40769dea5853a95e2b32efda8 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sat, 22 Nov 2008 18:01:52 -0500 Subject: Created the 6th layout --- includes/footer.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'includes/footer.php') diff --git a/includes/footer.php b/includes/footer.php index 09be74f..8cb0f2d 100755 --- a/includes/footer.php +++ b/includes/footer.php @@ -111,7 +111,8 @@ if (!isset($noRightbar)) $getpost2 = mysql_query($getpost); $getpost3 = mysql_fetch_array($getpost2); - $template->adds_block('COMMENTS', array( 'AREA' => 'blog', + $template->adds_block('COMMENTS', array( 'ID' => $getcomments3[$i]['id'], + 'AREA' => 'blog', 'CODED' => $getpost3['slug'], 'ENDING' => '/', 'TITLE' => stripslashes($getpost3['title']), @@ -121,7 +122,8 @@ if (!isset($noRightbar)) { $num = substr($getcomments3[$i]['page_id'],strpos($getcomments3[$i]['page_id'],'-')+1); - $template->adds_block('COMMENTS', array( 'AREA' => 'quotes', + $template->adds_block('COMMENTS', array( 'ID' => $getcomments3[$i]['id'], + 'AREA' => 'quotes', 'CODED' => $num, 'ENDING' => '.php', 'TITLE' => 'Quote #' . $num, @@ -208,6 +210,9 @@ if (!isset($noRightbar)) } } +$template->add('REDIRPAGE',rawurlencode($_SERVER['REQUEST_URI'])); +$template->add('LOGDATA',echoLogData()); + $template->display(); ?> -- cgit 1.4.1