diff options
author | lisps <stummp@loewen.de> | 2013-11-21 15:50:52 +0100 |
---|---|---|
committer | lisps <stummp@loewen.de> | 2013-11-21 15:50:52 +0100 |
commit | 5c2eed9a193e9341fbfee63d4a973898acdc5ee5 (patch) | |
tree | d4c1a321973ed74700c53e32282e459afb2e3986 /lib/tpl | |
parent | ee33e0c5628d9cab52676a5aa2f55356c563c209 (diff) | |
download | rpg-5c2eed9a193e9341fbfee63d4a973898acdc5ee5.tar.gz rpg-5c2eed9a193e9341fbfee63d4a973898acdc5ee5.tar.bz2 |
add parameter at($DATE_AT) and mind revisions
Diffstat (limited to 'lib/tpl')
-rw-r--r-- | lib/tpl/dokuwiki/detail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tpl/dokuwiki/detail.php b/lib/tpl/dokuwiki/detail.php index ec846f6fd..49249612b 100644 --- a/lib/tpl/dokuwiki/detail.php +++ b/lib/tpl/dokuwiki/detail.php @@ -49,7 +49,7 @@ header('X-UA-Compatible: IE=edge,chrome=1'); if($ERROR): echo '<h1>'.$ERROR.'</h1>'; else: ?> - + <?php if($REV) echo p_locale_xhtml('showrev');?> <h1><?php echo nl2br(hsc(tpl_img_getTag('simple.title'))); ?></h1> <?php tpl_img(900,700); /* parameters: maximum width, maximum height (and more) */ ?> |