[Linpha-cvs] SF.net SVN: linpha: [4906] trunk/linpha2/lib/modules/module.image.php
Status: Inactive
Brought to you by:
bzrudi
From: <fan...@us...> - 2008-03-16 08:52:26
|
Revision: 4906 http://linpha.svn.sourceforge.net/linpha/?rev=4906&view=rev Author: fangehrn Date: 2008-03-16 01:52:25 -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 Added Paths: ----------- trunk/linpha2/lib/modules/module.image.php Added: trunk/linpha2/lib/modules/module.image.php =================================================================== --- trunk/linpha2/lib/modules/module.image.php (rev 0) +++ trunk/linpha2/lib/modules/module.image.php 2008-03-16 08:52:25 UTC (rev 4906) @@ -0,0 +1,32 @@ +<?php +/* + * Copyright (c) 2005 Heiko Rutenbeck <bz...@tu...> + * Florian Angehrn + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + +/** + * Image Tabs (Ajax) + * @package Modules + */ +if(!defined('LINPHA_DIR')) { exit(1); } + +require_once(LINPHA_DIR.'/lib/classes/linpha.view.image.class.php'); +new LinViewImage(); + +exit(); // important if linpha is included from another webpage + +?> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |