mirror of
https://github.com/e107inc/e107.git
synced 2025-02-21 23:23:00 +01:00
6 lines
180 B
Python
Executable File
6 lines
180 B
Python
Executable File
//this shortcode is deprecated due to a conflict with the news {EXTENDED} shortcode.
|
|
// Use USER_EXTENDED instead.
|
|
|
|
global $tp;
|
|
return $tp->parseTemplate("{USER_EXTENDED=$parm}");
|