[Phphtmllib-devel] SF.net SVN: phphtmllib:[3209] trunk/open2300/lib/core/page/open2300Page.inc
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2009-01-26 18:41:04
|
Revision: 3209 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3209&view=rev Author: hemna Date: 2009-01-26 18:40:55 +0000 (Mon, 26 Jan 2009) Log Message: ----------- subhead Modified Paths: -------------- trunk/open2300/lib/core/page/open2300Page.inc Modified: trunk/open2300/lib/core/page/open2300Page.inc =================================================================== --- trunk/open2300/lib/core/page/open2300Page.inc 2009-01-26 18:38:55 UTC (rev 3208) +++ trunk/open2300/lib/core/page/open2300Page.inc 2009-01-26 18:40:55 UTC (rev 3209) @@ -122,7 +122,8 @@ protected function header_block() { $header = new DIVtag(array('id' => 'pageheader')); - $header->add( new DIVtag(array('id' => 'idPageHeadText'),"Hemna's Weather Station.") ); + $header->add( new DIVtag(array('id' => 'idPageHeadText'),"Hemna's Weather Station"), + new DIVtag(array('id' => 'idPageSubHeadText'),"Pilot Hill, CA") ); return $header; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |