From: <ma...@us...> - 2012-09-08 21:49:49
|
Revision: 10158 http://xoops.svn.sourceforge.net/xoops/?rev=10158&view=rev Author: mageg Date: 2012-09-08 21:49:43 +0000 (Sat, 08 Sep 2012) Log Message: ----------- update xoops error Modified Paths: -------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/class/xoops.php Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/class/xoops.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/class/xoops.php 2012-09-08 21:49:11 UTC (rev 10157) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/class/xoops.php 2012-09-08 21:49:43 UTC (rev 10158) @@ -1084,7 +1084,7 @@ */ public function error($msg, $title = '') { - echo '<div class="errorMsg alert-message error">'; + echo '<div class="alert alert-error">'; if ($title != '') { echo '<strong>' . $title . '</strong><br /><br />'; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |