![]() ![]() | ![]() |
version 1.54, 2015/06/18 20:19:06 | version 1.56, 2017/01/01 13:50:06 |
---|---|
Line 128 sub advertisefeeds { | Line 128 sub advertisefeeds { |
} | } |
if ($feeds) { | if ($feeds) { |
return '<h4>'.&mt('Available RSS Feeds and Blogs').'</h4><ul>'.$feeds.'</ul>'; | return '<h4>'.&mt('Available RSS Feeds and Blogs').'</h4><ul>'.$feeds.'</ul>'; |
} else { | } elsif (!$edit) { |
return ''; | return '<h4>'.&mt('No available RSS Feeds and Blogs').'</h4>'; |
} | } |
} | } |