1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-28 18:30:53 +02:00

Added support for {USER_CUSTOMTITLE}

This commit is contained in:
asperon
2008-03-16 16:38:06 +00:00
parent 0da0b20316
commit c2325f1e66

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_files/shortcode/batch/user_shortcodes.php,v $ | $Source: /cvs_backup/e107_0.8/e107_files/shortcode/batch/user_shortcodes.php,v $
| $Revision: 1.7 $ | $Revision: 1.8 $
| $Date: 2008-01-06 21:26:25 $ | $Date: 2008-03-16 16:38:06 $
| $Author: e107steved $ | $Author: asperon $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }
@@ -640,5 +640,10 @@ foreach($arr as $data){
return $ret; return $ret;
SC_END SC_END
SC_BEGIN USER_CUSTOMTITLE
global $user;
return $user['user_customtitle'];
SC_END
*/ */
?> ?>