diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/inlinepage.tmpl | 8 | ||||
-rw-r--r-- | templates/page.tmpl | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/templates/inlinepage.tmpl b/templates/inlinepage.tmpl new file mode 100644 index 000000000..96e20e53f --- /dev/null +++ b/templates/inlinepage.tmpl @@ -0,0 +1,8 @@ +<h2><TMPL_VAR PAGELINK></h2> + +<TMPL_VAR CONTENT> + +<p> +<i>(posted <TMPL_VAR CTIME>)</i> +</p> +<hr> diff --git a/templates/page.tmpl b/templates/page.tmpl index 5a7450af7..468361a9d 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -40,11 +40,13 @@ </TMPL_IF> <p> +<i> <!-- from <TMPL_VAR NAME=WIKINAME> --> Last edited <TMPL_VAR NAME=MTIME> <TMPL_IF NAME="RSSURL"> ; <a type="application/rss+xml" href="<TMPL_VAR NAME=RSSURL>">RSS</a> </TMPL_IF> +</i> </p> </body> |