Index: temp/trunk/html/admin/design/index.php
===================================================================
--- temp/trunk/html/admin/design/index.php	(revision 3510)
+++ temp/trunk/html/admin/design/index.php	(revision 3511)
@@ -185,6 +185,9 @@
 $objSess = new SC_Session();
 sfIsSuccess($objSess);
+
 global $GLOBAL_ERR;
-sfprintr(explode("\n",$GLOBAL_ERR));
+$arrGlobalErr = explode("\n",$GLOBAL_ERR);
+$errCnt = count($arrGlobalErr) - 8;
+$objPage->errCnt = $errCnt;
 
 // ²èÌÌ¤ÎÉ½¼¨
