[Slashdotjp-dev 320] CVS update: slashjp/themes/slashcode/htdocs

Zurück zum Archiv-Index

Taku YASUI tach****@users*****
2006年 2月 17日 (金) 16:23:29 JST


Index: slashjp/themes/slashcode/htdocs/index.pl
diff -u slashjp/themes/slashcode/htdocs/index.pl:1.6 slashjp/themes/slashcode/htdocs/index.pl:1.7
--- slashjp/themes/slashcode/htdocs/index.pl:1.6	Mon Jun 27 16:10:15 2005
+++ slashjp/themes/slashcode/htdocs/index.pl	Fri Feb 17 16:23:28 2006
@@ -2,7 +2,7 @@
 # This code is a part of Slash, and is released under the GPL.
 # Copyright 1997-2004 by Open Source Development Network. See README
 # and COPYING for more information, or see http://slashcode.com/.
-# $Id: index.pl,v 1.6 2005/06/27 07:10:15 oliver Exp $
+# $Id: index.pl,v 1.7 2006/02/17 07:23:28 tach Exp $
 
 use strict;
 use Slash;
@@ -598,6 +598,10 @@
 		$return .= $tmpreturn;
 	}
 
+	if ($constants->{ad_enable_google_adsense_on_index}) {
+		$return .= slashDisplay('google_adsense', {}, { Return => 1 });
+	}
+
 	unless ($constants->{index_no_prev_next_day}) {
 		my($today, $tomorrow, $yesterday, $week_ago) = getOlderDays($form->{issue});
 		$return .= slashDisplay('next_prev_issue', {


Slashdotjp-dev メーリングリストの案内
Zurück zum Archiv-Index