1
0
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:
Cameron
2021-06-01 16:07:38 -07:00
parent 8023a2b9f6
commit 3a71366954
4 changed files with 10 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
<?php
function theme_shortcode($parm = null)
{
return THEME_ABS;
}