[geeklog-hg] geeklog: Removed code about Microsummaries (see changeset 2a6a4f...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Tue Sep 25 09:20:36 EDT 2012


changeset 8831:d617abaca465
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/d617abaca465
user: dengen
date: Tue Sep 25 22:17:29 2012 +0900
description:
Removed code about Microsummaries (see changeset 2a6a4fb55e1e)

diffstat:

 public_html/index.php |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 7f7063076e05 -r d617abaca465 public_html/index.php
--- a/public_html/index.php	Mon Sep 24 21:28:28 2012 +0200
+++ b/public_html/index.php	Tue Sep 25 22:17:29 2012 +0900
@@ -338,12 +338,10 @@
     $display .= PLG_showCenterblock (3, $page, $topic); // bottom blocks
 }
 
+$header = '';
+
 if ($topic)
 {
-    $header = '<link rel="microsummary" href="' . $_CONF['site_url']
-            . '/index.php?display=microsummary&topic=' . urlencode($topic)
-            . '" title="Microsummary"' . XHTML . '>';
-
     // Meta Tags
     if ($_CONF['meta_tags'] > 0) {
         $result = DB_query ("SELECT meta_description, meta_keywords FROM {$_TABLES['topics']} WHERE tid = '{$topic}'");
@@ -353,10 +351,6 @@
         $meta_keywords = stripslashes($A['meta_keywords']);
         $header .= COM_createMetaTags($meta_description, $meta_keywords);
     }
-} else {
-    $header = '<link rel="microsummary" href="' . $_CONF['site_url']
-            . '/index.php?display=microsummary" title="Microsummary"' . XHTML
-            . '>';
 }
 
 $display = COM_createHTMLDocument($display, array('breadcrumbs' => $breadcrumbs, 'headercode' => $header, 'rightblock' => true));



More information about the geeklog-cvs mailing list