Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4543
Modified Files:
serendipity_sidebar_items.php
Log Message:
this should fix jannis' problems with using livesearch inside an embedded
blog where you emit the HTML headers inside layout.php instead of the
wrapper-file.
Index: serendipity_sidebar_items.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_sidebar_items.php,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- serendipity_sidebar_items.php 13 Jul 2004 14:15:18 -0000 1.72
+++ serendipity_sidebar_items.php 19 Jul 2004 07:03:06 -0000 1.73
@@ -76,6 +76,7 @@
<div id="LSResult" style="display: none;"><div id="LSShadow"></div></div>
</form>
<?php
+ serendipity_plugin_api::hook_event('quicksearch_plugin', $serendipity);
}
}
|