Ignore:
Timestamp:
09/22/07 00:08:35 (5 years ago)
Author:
hverton
Message:

changed copyright notice
changed Smarty directory pli-plugins to custom-plugins
added Smarty buttonlink function, to replace image buttons by real buttons using a locale for the button text

Location:
trunk/includes/Smarty-2.6.18/custom-plugins
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/includes/Smarty-2.6.18/custom-plugins/modifier.date_format.php

    r778 r834  
    33 * Smarty plugin 
    44 * @package Smarty 
    5  * @subpackage pli-plugins 
     5 * @subpackage exitecms-plugins 
    66 */ 
    77 
     
    1111require_once $smarty->_get_plugin_filepath('shared', 'make_timestamp'); 
    1212/** 
    13  * Smarty PLi-Fusion date_format modifier plugin 
     13 * Smarty ExiteCMS date_format modifier plugin 
    1414 * 
    1515 * Type:     modifier<br> 
     
    1919 * Input:<br> 
    2020 *         - string: input date string 
    21  *         - format: PLi-fusion standard format name 
     21 *         - format: ExitecMS standard format name 
    2222 *                   or a strftime format for output 
    2323 *         - default_date: default date if $string is empty 
Note: See TracChangeset for help on using the changeset viewer.