Remove quotes from Help vars.
Add crumb trail template variables to the Story. Fix links for keywords in the Story.
This commit is contained in:
parent
4867750fd9
commit
8e7fcd0e6c
4 changed files with 103 additions and 50 deletions
|
|
@ -684,7 +684,7 @@ sub viewTemplateVariables {
|
|||
foreach my $keyword (@{ $keywords }) {
|
||||
push @{ $var->{keyword_loop} }, {
|
||||
keyword => $keyword,
|
||||
url => $archive->getUrl("func=search;submit=1;keywords=".$session->url->escape($keyword)),
|
||||
url => $archive->getUrl("func=view;keywords=".$session->url->escape($keyword)),
|
||||
};
|
||||
}
|
||||
##TODO: publish time, calculated from revisionDate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue