[geeklog-cvs] geeklog: Removed right blocks from the rest of the directory pag...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Apr 28 10:28:02 EDT 2012


changeset 8631:369cb8221370
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/369cb8221370
user: Tom <websitemaster at cogeco.net>
date: Sat Apr 28 10:02:45 2012 -0400
description:
Removed right blocks from the rest of the directory pages (consistent look)

diffstat:

 public_html/directory.php |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r a346e309db96 -r 369cb8221370 public_html/directory.php
--- a/public_html/directory.php	Sat Apr 28 15:37:01 2012 +0900
+++ b/public_html/directory.php	Sat Apr 28 10:02:45 2012 -0400
@@ -561,7 +561,7 @@
     }
     $display = DIR_displayMonth ($topic, $year, $month, true);
     $display .= DIR_navBar ($topic, $year, $month);
-    $display = COM_createHTMLDocument($display, 'menu', $title, DIR_canonicalLink($topic, $year, $month), true);
+    $display = COM_createHTMLDocument($display, 'menu', $title, DIR_canonicalLink($topic, $year, $month));
 } else if ($year != 0) {
     $title = sprintf ($LANG_DIR['title_year'], $year);
     if ($topic != 'all') {
@@ -569,7 +569,7 @@
     }
     $display = DIR_displayYear($topic, $year, true);
     $display .= DIR_navBar($topic, $year);
-    $display = COM_createHTMLDocument($display, 'menu', $title, DIR_canonicalLink($topic, $year), true);
+    $display = COM_createHTMLDocument($display, 'menu', $title, DIR_canonicalLink($topic, $year));
 } else {
     $title = $LANG_DIR['title'];
     if ($topic != 'all') {



More information about the geeklog-cvs mailing list