[Phphtmllib-devel] SF.net SVN: phphtmllib:[3191] trunk/open2300/lib/modules/home/widgets/ MetarText
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2008-11-07 18:06:34
|
Revision: 3191 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3191&view=rev Author: hemna Date: 2008-11-07 18:06:31 +0000 (Fri, 07 Nov 2008) Log Message: ----------- fixed this so it doesn't get wrapped in a div Modified Paths: -------------- trunk/open2300/lib/modules/home/widgets/MetarTextCurrentConditions.inc Modified: trunk/open2300/lib/modules/home/widgets/MetarTextCurrentConditions.inc =================================================================== --- trunk/open2300/lib/modules/home/widgets/MetarTextCurrentConditions.inc 2008-11-07 17:00:30 UTC (rev 3190) +++ trunk/open2300/lib/modules/home/widgets/MetarTextCurrentConditions.inc 2008-11-07 18:06:31 UTC (rev 3191) @@ -6,7 +6,7 @@ -class MetarTextCurrentConditions extends AjaxableHTMLWidget { +class MetarTextCurrentConditions extends Container { /** * This contains the current @@ -32,7 +32,7 @@ } } - public function get_content() { + public function render($indent_level=0, $output_debug=0) { $metar = $GLOBALS['config']->get('station_name'); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |