mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 04:41:53 +02:00
Added {THEME} shortcode (path) to core shortcodes.
This commit is contained in:
6
e107_core/shortcodes/single/theme.php
Normal file
6
e107_core/shortcodes/single/theme.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
function theme_shortcode($parm = null)
|
||||
{
|
||||
return THEME_ABS;
|
||||
}
|
Reference in New Issue
Block a user