[Linpha-cvs] SF.net SVN: linpha: [4908] trunk/linpha2
Status: Inactive
Brought to you by:
bzrudi
From: <fan...@us...> - 2008-03-16 08:53:32
|
Revision: 4908 http://linpha.svn.sourceforge.net/linpha/?rev=4908&view=rev Author: fangehrn Date: 2008-03-16 01:53:26 -0700 (Sun, 16 Mar 2008) Log Message: ----------- 2008-03-15 flo * fixed some IE bugs everything should now work fine on firefox/opera/IE 2008-03-13 flo * finished fullscreen/slideshow/navigation 2008-03-09 flo * re-design thumb and image view Modified Paths: -------------- trunk/linpha2/ChangeLog trunk/linpha2/index.php Modified: trunk/linpha2/ChangeLog =================================================================== --- trunk/linpha2/ChangeLog 2008-03-16 08:53:04 UTC (rev 4907) +++ trunk/linpha2/ChangeLog 2008-03-16 08:53:26 UTC (rev 4908) @@ -1,4 +1,14 @@ +2008-03-15 flo + * fixed some IE bugs + everything should now work fine on firefox/opera/IE + +2008-03-13 flo + * finished fullscreen/slideshow/navigation + +2008-03-09 flo + * re-design thumb and image view + 2008-03-07 flo * started using YUI tabview (oh this was easy) * fixed some bugs Modified: trunk/linpha2/index.php =================================================================== --- trunk/linpha2/index.php 2008-03-16 08:53:04 UTC (rev 4907) +++ trunk/linpha2/index.php 2008-03-16 08:53:26 UTC (rev 4908) @@ -53,6 +53,9 @@ case 'ajax': require_once(LINPHA_DIR.'/lib/modules/module.ajax.php'); break; +case 'image': + require_once(LINPHA_DIR.'/lib/modules/module.image.php'); + break; case 'newimg': require_once(LINPHA_DIR.'/lib/modules/module.newimg.php'); break; @@ -74,7 +77,7 @@ case 'viewer': require_once(LINPHA_DIR.'/lib/modules/module.viewer.php'); break; - case 'empty': +case 'empty': require_once(LINPHA_DIR.'/lib/modules/module.empty.php'); break; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |