From: <vo...@us...> - 2012-01-09 08:00:57
|
Revision: 8687 http://xoops.svn.sourceforge.net/xoops/?rev=8687&view=rev Author: voltan1 Date: 2012-01-09 08:00:51 +0000 (Mon, 09 Jan 2012) Log Message: ----------- REmove leagacy css file Modified Paths: -------------- XoopsModules/fmcontent/branches/news/article.php XoopsModules/fmcontent/branches/news/index.php Removed Paths: ------------- XoopsModules/fmcontent/branches/news/css/legacy.css Modified: XoopsModules/fmcontent/branches/news/article.php =================================================================== --- XoopsModules/fmcontent/branches/news/article.php 2012-01-09 07:53:07 UTC (rev 8686) +++ XoopsModules/fmcontent/branches/news/article.php 2012-01-09 08:00:51 UTC (rev 8687) @@ -44,7 +44,6 @@ // Add Stylesheet $xoTheme->addStylesheet ( XOOPS_URL . '/modules/' . $NewsModule->getVar ( 'dirname' ) . '/css/style.css' ); -$xoTheme->addStylesheet ( XOOPS_URL . '/modules/' . $NewsModule->getVar ( 'dirname' ) . '/css/legacy.css' ); if (! $story_id) { $criteria = new CriteriaCompo (); Deleted: XoopsModules/fmcontent/branches/news/css/legacy.css =================================================================== --- XoopsModules/fmcontent/branches/news/css/legacy.css 2012-01-09 07:53:07 UTC (rev 8686) +++ XoopsModules/fmcontent/branches/news/css/legacy.css 2012-01-09 08:00:51 UTC (rev 8687) @@ -1,18 +0,0 @@ -/** - * News module - * - * You may not change or alter any portion of this comment or credits - * of supporting developers from this source code or any supporting source code - * which is considered copyrighted (c) material of the original comment or credit authors. - * 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. - * - * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/ - * @license http://www.fsf.org/copyleft/gpl.html GNU public license - * @package News - * @since 2.5.0 - * @author voltan - * @version $Id $ - **/ - Modified: XoopsModules/fmcontent/branches/news/index.php =================================================================== --- XoopsModules/fmcontent/branches/news/index.php 2012-01-09 07:53:07 UTC (rev 8686) +++ XoopsModules/fmcontent/branches/news/index.php 2012-01-09 08:00:51 UTC (rev 8687) @@ -53,7 +53,6 @@ // Add Stylesheet $xoTheme->addStylesheet ( XOOPS_URL . '/modules/' . $NewsModule->getVar ( 'dirname' ) . '/css/style.css' ); -$xoTheme->addStylesheet ( XOOPS_URL . '/modules/' . $NewsModule->getVar ( 'dirname' ) . '/css/legacy.css' ); if (isset ( $story_topic )) { $topics = $topic_handler->getall ( $story_topic ); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |