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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user