01-20-2008, 07:23 AM
|
#19 (permalink)
|
|
The Frequenter
Join Date: Sep 2007
Posts: 360
Thanks: 24
|
PHP Code:
$title = get_option('ajax_comments_spy_widget_title');
$before_widget = '<li class="widget ajax_comments_spy_widget" id="ajax-comments-spy">';
$after_widget = '</li>';
if(empty($before_title)) {
__________________
Necessity is the mother of invention.
My blog
Last edited by Haris : 01-20-2008 at 11:05 AM.
|
|
|
|