Recent Topics

1 Jul 21, 2005 23:47    

My [url=http://maddogmovies.com/blog]main blog page[/url] has a linkblog in the sidebar. Everyone knows this because it displays the title "linkblog" for everyone to read.

I'd like to drop the title.

Anyone know how to do this in a custom skin?

2 Jul 22, 2005 03:22

In /skins/yourskinname/_linkblog.php find a line that looks like

<h3><?php echo T_('Linkblog') ?></h3>

And delete it (or comment it out).

3 Jul 22, 2005 05:53

Thanks for telling me where to look.

My code didn't look exactly like yours, but here's what I found:

if(!isset($linkblog_main_start)) $linkblog_main_start = '<div class="bSideItem"><h3>'.

T_('Linkblog').'</h3>';

And I changed it to this:

if(!isset($linkblog_main_start)) $linkblog_main_start = '<div class="bSideItem">';


Form is loading...