From: <var...@us...> - 2015-02-26 13:44:11
|
Revision: 9565 http://sourceforge.net/p/phpwiki/code/9565 Author: vargenau Date: 2015-02-26 13:44:03 +0000 (Thu, 26 Feb 2015) Log Message: ----------- Add spacing between links Modified Paths: -------------- trunk/themes/default/templates/wikiblog.tmpl Modified: trunk/themes/default/templates/wikiblog.tmpl =================================================================== --- trunk/themes/default/templates/wikiblog.tmpl 2015-02-26 10:03:19 UTC (rev 9564) +++ trunk/themes/default/templates/wikiblog.tmpl 2015-02-26 13:44:03 UTC (rev 9565) @@ -1,6 +1,7 @@ <?php $CDATE = $WikiTheme->formatDateTime($BLOG_CTIME); $buttons = $modified = ''; +if (empty($SEP)) $SEP = ' - '; if ($user->isAdmin() or $user->getId() == $BLOG_CREATOR) { $buttons = HTML::small(array('class' => 'floatleft'), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |