(BlogNewOpenPage): Use tag search to build journal.

This commit is contained in:
Alex Schroeder
2006-06-11 15:35:42 +00:00
parent 2d251d24d9
commit bda486de13

View File

@@ -16,7 +16,7 @@
# 59 Temple Place, Suite 330
# Boston, MA 02111-1307 USA
$ModulesDescription .= '<p>$Id: weblog-4.pl,v 1.7 2006/06/11 15:25:30 as Exp $</p>';
$ModulesDescription .= '<p>$Id: weblog-4.pl,v 1.8 2006/06/11 15:35:42 as Exp $</p>';
push(@MyInitVariables, sub {
$SearchFreeTextTagUrl = $ScriptName . '?action=browse;tag=1;id=';
@@ -43,7 +43,7 @@ sub BlogNewOpenPage {
# if the page is either on the categories page, or the tag=1
# parameter was added, show a journal
$Page{text} = T('Matching pages:')
. "\n\n<journal tag:$OpenPageName>";
. "\n\n<journal search tag:$OpenPageName>";
}
}
}