X-Git-Url: https://scripts.mit.edu/gitweb/www/ikiwiki.git/blobdiff_plain/4f75dccb71e64e3b5ca0cd4cb04c601adc7360aa..fa6b4efc945a7c35cd6c6d237356c7e1245f4355:/doc/todo/Inline_plugin_option_to_show_full_page_path.mdwn?ds=sidebyside diff --git a/doc/todo/Inline_plugin_option_to_show_full_page_path.mdwn b/doc/todo/Inline_plugin_option_to_show_full_page_path.mdwn index 30490e9d3..9f52a724a 100644 --- a/doc/todo/Inline_plugin_option_to_show_full_page_path.mdwn +++ b/doc/todo/Inline_plugin_option_to_show_full_page_path.mdwn @@ -26,3 +26,5 @@ Cheers, + $template->param(page => $page); $template->param(title => pagetitle(basename($page))); $template->param(ctime => displaytime($pagectime{$page}, $params{timeformat})); + +Cool, I'll give it a try, thanks! -- [[AdamShand]]