]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/How_is_TITLE_evaluated_in_inline_archive_templates__63__.mdwn
ikiwiki (3.20140916) unstable; urgency=low
[git.ikiwiki.info.git] / doc / forum / How_is_TITLE_evaluated_in_inline_archive_templates__63__.mdwn
1 Hi,
3 I'm wondering how is TITLE evaluated in inline archive templates?
5 Needless to say, I don't know much perl except the code that looks similar to other languages like bash.
7 I found this line:
9 $template->param(title => pagetitle(basename($page)));
11 It seems to return a page name (pagetitle having no effect). Or maybe I'm not testing this the right way!