Changeset 24903
- Timestamp:
- 11/21/08 22:01:18 (7 weeks ago)
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/zikula-1.0/system/pnRender/plugins/function.pnuserloggedin.php
r24342 r24903 12 12 13 13 /** 14 * Smarty function to get the site's charset14 * Smarty function to determine whether the current user is logged in 15 15 * 16 * This function will return t he Zikula version number16 * This function will return true if that is true and false otherwise 17 17 * 18 18 * available parameters: -
development/main/system/pnRender/plugins/function.isloggedin.php
r24884 r24903 12 12 13 13 /** 14 * Smarty function to get the site's charset14 * Smarty function to determine whether the current user is logged in 15 15 * 16 * This function will return t he Zikula version number16 * This function will return true if that is true and false otherwise 17 17 * 18 18 * available parameters: -
development/zikula-1/system/pnRender/plugins/function.pnuserloggedin.php
r24342 r24903 12 12 13 13 /** 14 * Smarty function to get the site's charset14 * Smarty function to determine whether the current user is logged in 15 15 * 16 * This function will return t he Zikula version number16 * This function will return true if that is true and false otherwise 17 17 * 18 18 * available parameters:
