Recent Topics

1 Feb 27, 2008 13:40    

How come the [url=http://b2evo.astonishme.co.uk/weather]weather plugin[/url] generates it's title in a <h3> tag whereas all other widget titles are in a <h2> tag?
I can't fid the plugin generating this tag, so I'm a bit puzzled.

http://www.blog.hemminga.net/B2evoforum/WeatherPlugin.png

No blue skies today, but the weather is far more friendly then suggested by the plugin :)

2 Feb 27, 2008 23:49

in v230 of that plugin I see

		// Title:
		if(!isset($params['title'])) $params['title'] = '<h3>'.T_('Weather').'</h3>';

but I don't see any other place to set the title param. So there be it?

4 Feb 28, 2008 03:19

I need to change the way I set the param so I get the skin's default for widget titles. If someone with SVN access wants to fix that, go ahead.


Form is loading...