[Slashdotjp-dev 1187] [714] move createMenu() into hierarchy and listTopics templates

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 7月 22日 (火) 16:48:06 JST


Revision: 714
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=714
Author:   tach
Date:     2008-07-22 16:48:05 +0900 (Tue, 22 Jul 2008)

Log Message:
-----------
move createMenu() into hierarchy and listTopics templates

Modified Paths:
--------------
    slashjp/branches/2.5.0.192/debian/changelog
    slashjp/branches/2.5.0.192/themes/slashcode/htdocs/topics.pl


-------------- next part --------------
Modified: slashjp/branches/2.5.0.192/debian/changelog
===================================================================
--- slashjp/branches/2.5.0.192/debian/changelog	2008-07-22 07:27:49 UTC (rev 713)
+++ slashjp/branches/2.5.0.192/debian/changelog	2008-07-22 07:48:05 UTC (rev 714)
@@ -27,8 +27,9 @@
     - Use variable "rss_cachedir"
     - cache creating task is not included in slash distribution
   * Allow firehose.pl for AC when the "id" is specified
+  * move createMenu() into hierarchy and listTopics templates
 
- -- Taku YASUI <tach****@osdn*****>  Tue, 22 Jul 2008 07:03:37 +0000
+ -- Taku YASUI <tach****@osdn*****>  Tue, 22 Jul 2008 07:47:47 +0000
 
 slash (2.5.0.192-15) unstable; urgency=low
 

Modified: slashjp/branches/2.5.0.192/themes/slashcode/htdocs/topics.pl
===================================================================
--- slashjp/branches/2.5.0.192/themes/slashcode/htdocs/topics.pl	2008-07-22 07:27:49 UTC (rev 713)
+++ slashjp/branches/2.5.0.192/themes/slashcode/htdocs/topics.pl	2008-07-22 07:48:05 UTC (rev 714)
@@ -20,7 +20,8 @@
 		: { };
 	header(getData('head'), $form->{section}, $data) or return;
 
-	print createMenu('topics');
+	# move createMenu() into hierarchy and listTopics templates for slashdot.jp (2008-07-22)
+	#print createMenu('topics');
 
 	if ($hierarchy_op) {
 		hierarchy();


Slashdotjp-dev メーリングリストの案内
Back to archive index