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