1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 20:01:47 +02:00

Single plugin shortcode now detected in shortcode/single/*.php;

Plugin legacy *.sc moved to shortcode_legacy_list (system update
requried);
Single plugin shortcodes override now possible
(core/override/shortcodes/single/);
Testing phase
This commit is contained in:
SecretR
2013-02-11 14:25:59 +02:00
parent ad33d7ddf5
commit 9e587e0f18
5 changed files with 97 additions and 17 deletions

View File

@@ -75,6 +75,7 @@
<core name="e_shortcode_list"><![CDATA[array (
'siteinfo' => 'siteinfo',
)]]></core>
<core name="shortcode_list"><![CDATA[array ()]]></core>
<core name="e_sitelink_list"><![CDATA[array (
'news' => 'news',
'page' => 'page',