forked from github/kensanata.oddmuse
(BlogNewOpenPage): Use tag search to build journal.
This commit is contained in:
@@ -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>";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user