[Phphtmllib-devel] SF.net SVN: phphtmllib:[3329] trunk/open2300/lib/modules/home/page/HomePage .inc
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2010-02-17 17:56:53
|
Revision: 3329 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3329&view=rev Author: hemna Date: 2010-02-17 17:56:46 +0000 (Wed, 17 Feb 2010) Log Message: ----------- removed dumb title Modified Paths: -------------- trunk/open2300/lib/modules/home/page/HomePage.inc Modified: trunk/open2300/lib/modules/home/page/HomePage.inc =================================================================== --- trunk/open2300/lib/modules/home/page/HomePage.inc 2010-02-17 02:39:21 UTC (rev 3328) +++ trunk/open2300/lib/modules/home/page/HomePage.inc 2010-02-17 17:56:46 UTC (rev 3329) @@ -227,8 +227,7 @@ $cam_img_div = new DIVtag(array('id' => 'idCamImgDiv'), $cam_img); - $cam_title_div = new DIVtag(array('id' => 'idCamTitle', 'class' => 'camtitle'), 'Updates from 4am to 10pm PST', - ' '); + $cam_title_div = new DIVtag(array('id' => 'idCamTitle', 'class' => 'camtitle') ); //only show the flash overlay if we //have today's video file on disk @@ -238,7 +237,7 @@ 'rel' => 'flash', 'title' => 'TimeLapse :: '.$curdate.' :: width:640, height:480'), "View Timelapse Video"); $cam_href->set_collapse(true); - $cam_title_div->add($cam_href); + $cam_title_div->add($cam_href); $filetime = date ("H:i:s", filemtime($filename)); $cam_title_div->add(" "); $cam_title_div->add(new SPANtag(array('style' => 'font-size: .7em'), "(Updated ".$filetime." )")); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |