Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21917
Modified Files:
serendipity_sidebar_items.php
Log Message:
There should be no need for this now? Since we now show the name of the plugn if the result is empty.
Index: serendipity_sidebar_items.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_sidebar_items.php,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- serendipity_sidebar_items.php 17 Jun 2004 20:36:42 -0000 1.65
+++ serendipity_sidebar_items.php 17 Jun 2004 20:45:13 -0000 1.66
@@ -515,7 +515,7 @@
function generate_content(&$title)
{
- $title = $this->get_config('title', HTML_NUGGET);
+ $title = $this->get_config('title', $title);
if ($this->get_config('markup', 'true') == 'true') {
$entry = array('html_nugget' => $this->get_config('content'));
serendipity_plugin_api::hook_event('frontend_display', $entry);
|