aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/How_is_TITLE_evaluated_in_inline_archive_templates__63__.mdwn
blob: fc84fabbd261cfc3988a8118f068c312ad9507cd (plain)
1
2
3
4
5
6
7
8
9
10
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!