Changeset 5921


Ignore:
Timestamp:
01/10/12 23:15:21 (5 months ago)
Author:
vain
Message:
  • removed function's DocBlock? @package and @subpackage tag, illegal
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/viewhelper/smarty/function.flashmessages.php

    r4716 r5921  
    11<?php 
    22/** 
    3  * Clansuite Smarty Viewhelper 
    4  * 
    5  * @category Clansuite 
    6  * @package Smarty 
    7  * @subpackage Viewhelper 
     3 * Clansuite Smarty Viewhelper for rendering Flashmessages 
    84 */ 
    9  
    105function smarty_function_flashmessages($params, $smarty) 
    116{ 
    12     # rener only a certain type-set of flashmessages 
     7    # render only a certain type of flashmessages 
    138    if(isset($params['type'])) 
    149    { 
Note: See TracChangeset for help on using the changeset viewer.