1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-11 21:15:09 +02:00
Files
php-e107/e107_core/shortcodes/batch
Tijn Kuyper 4f57c36442 #2225 - Added {USER_USERCLASS_ICON} shortcode
/**
	 * @example: {USER_USERCLASS_ICON} returns the icons of all userclasses the user belongs to, seperated by a whitespace
	 * @example: {USER_USERCLASS_ICON: amount=1} // returns only one icon
	 * @example: {USER_USERCLASS_ICON: seperator=|} // returns the icons seperated by |
	 * @param array $parm
	 * @return string
	*/
2019-12-03 15:15:21 +01:00
..
2019-05-20 14:53:43 -07:00
2010-02-10 21:19:49 +00:00
2019-05-20 14:53:43 -07:00
2019-04-03 11:00:03 +02:00