[limb-svn] r6825 - 3.x/trunk/limb/cms/template/_cms

svn at limb-project.com svn at limb-project.com
Wed Mar 5 18:39:19 MSK 2008


Author: wiliam
Date: 2008-03-05 18:39:18 +0300 (Wed, 05 Mar 2008)
New Revision: 6825
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6825

Modified:
   3.x/trunk/limb/cms/template/_cms/notify_zone.html
Log:
-- notify_zone without tag <flash_box>

Modified: 3.x/trunk/limb/cms/template/_cms/notify_zone.html
===================================================================
--- 3.x/trunk/limb/cms/template/_cms/notify_zone.html	2008-03-05 10:12:12 UTC (rev 6824)
+++ 3.x/trunk/limb/cms/template/_cms/notify_zone.html	2008-03-05 15:39:18 UTC (rev 6825)
@@ -1,5 +1,7 @@
-<flash_box target='flashbox'/>
-<list:list id='flashbox'>
+<?php
+  $flash_box = lmbToolkit :: instance()->getFlashBox()->getUnifiedList();
+?>
+<list:list from='$flash_box'>
 <div class='notify_zone'>
   <span onclick='jQuery(".notify_zone").fadeOut()' class='close'>Hide</span>
   <list:ITEM >



More information about the limb-svn mailing list