Changeset 5921
- Timestamp:
- 01/10/12 23:15:21 (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/viewhelper/smarty/function.flashmessages.php
r4716 r5921 1 1 <?php 2 2 /** 3 * Clansuite Smarty Viewhelper 4 * 5 * @category Clansuite 6 * @package Smarty 7 * @subpackage Viewhelper 3 * Clansuite Smarty Viewhelper for rendering Flashmessages 8 4 */ 9 10 5 function smarty_function_flashmessages($params, $smarty) 11 6 { 12 # ren er only a certain type-setof flashmessages7 # render only a certain type of flashmessages 13 8 if(isset($params['type'])) 14 9 {
Note: See TracChangeset
for help on using the changeset viewer.
