https://www.google.com/accounts/o8/id?id=AItOawnQs9icnfI79gWOQY_Yxv2XmYI3z703PrQ 2011-08-03 20:22:46 -04:00 committed by admin
parent 522125330a
commit e635fb28f0
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
Hi,
I'm wondering how is TITLE evaluated in inline archive templates?
Needless to say, I don't know much perl except the code that looks similar to other languages like bash.
I found this line:
$template->param(title => pagetitle(basename($page)));
It seems to return a page name (pagetitle having no effect). Or maybe I'm not testing this the right way!