aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-02-12 04:37:17 -0500
committerJoey Hess <joey@kitenet.net>2008-02-12 04:37:17 -0500
commitb9f738f0b0b71882a547f24d5624469676a3b59e (patch)
treeee4b5ca3e35f5624b09ebbded9166c709dc32c87 /doc/todo
parent491c62f5b0a105361fe806d898fcbb518e7fcd65 (diff)
downloadikiwiki-b9f738f0b0b71882a547f24d5624469676a3b59e.tar
ikiwiki-b9f738f0b0b71882a547f24d5624469676a3b59e.tar.gz
web commit by http://adam.shand.net/
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/Inline_plugin_option_to_show_full_page_path.mdwn2
1 files changed, 2 insertions, 0 deletions
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]]