svnno****@sourc*****
svnno****@sourc*****
2008年 9月 18日 (木) 17:32:22 JST
Revision: 758 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=758 Author: tach Date: 2008-09-18 17:32:22 +0900 (Thu, 18 Sep 2008) Log Message: ----------- add variable "theme" for journal theme template Modified Paths: -------------- slashjp/branches/2.5.0.192/plugins/Journal/journal.pl -------------- next part -------------- Modified: slashjp/branches/2.5.0.192/plugins/Journal/journal.pl =================================================================== --- slashjp/branches/2.5.0.192/plugins/Journal/journal.pl 2008-09-18 07:00:15 UTC (rev 757) +++ slashjp/branches/2.5.0.192/plugins/Journal/journal.pl 2008-09-18 08:32:22 UTC (rev 758) @@ -592,6 +592,7 @@ my $show_discussion = $form->{id} && !$constants->{journal_no_comments_item} && $discussion; my $zoo = getObject('Slash::Zoo'); slashDisplay($theme, { + theme => $theme, articles => \@sorted_articles, uid => $uid, nickname => $nickname,