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:
Colin Kuskie 2009-03-20 03:46:10 +00:00
parent 4867750fd9
commit 8e7fcd0e6c
4 changed files with 103 additions and 50 deletions

View file

@ -245,8 +245,23 @@ our $I18N = {
lastUpdated => 0,
},
'url' => {
message => q|A URL to view all stories in this archive.|,
'keyword_url' => {
message => q|A URL to view all stories in this archive related to this keyword.|,
lastUpdated => 0,
},
'crumb_loop' => {
message => q|A loop containing the crumbtrail. The first element will be a link to the archive that contains the story. The last element will be the story, with title and url. If there are 3 elements, the middle element will be the topic.|,
lastUpdated => 0,
},
'crumb_title' => {
message => q|The title of a page in the crumb trail.|,
lastUpdated => 0,
},
'crumb_url' => {
message => q|The title of a page in the crumb trail.|,
lastUpdated => 0,
},