From: <var...@us...> - 2021-11-22 20:55:39
|
Revision: 10676 http://sourceforge.net/p/phpwiki/code/10676 Author: vargenau Date: 2021-11-22 20:55:38 +0000 (Mon, 22 Nov 2021) Log Message: ----------- Remove themes/blog/templates/info.tmpl, default is enough Removed Paths: ------------- trunk/themes/blog/templates/info.tmpl Deleted: trunk/themes/blog/templates/info.tmpl =================================================================== --- trunk/themes/blog/templates/info.tmpl 2021-11-22 20:36:40 UTC (rev 10675) +++ trunk/themes/blog/templates/info.tmpl 2021-11-22 20:55:38 UTC (rev 10676) @@ -1,11 +0,0 @@ -<?php echo Template("default/info") ?> -<div class="actionbuttons"> - <?php echo $SEP?><?php echo Button(__("AuthorHistory"), _("Author History")) ?> - <?php echo $SEP?><?php echo Button("Diff") ?> - <?php echo $SEP?><?php echo Button(array('action'=>'diff','previous' => 'minor'),_("Diff previous Revision"),$page->getName()) ?> - <?php echo $SEP?><?php echo Button(array('action'=>'diff','previous' => 'author'),_("Diff previous Author"),$page->getName()) ?> -</div> -<br /> -<div class="actionbuttons"> - <?php echo Template("default/actionbar") ?> -</div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |