mirror of
https://github.com/e107inc/e107.git
synced 2025-10-18 00:06:26 +02:00
Converted all admin_xxxx shortcodes to using batch shortcode file
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
* $Id: siteinfo_shortcodes.php,v 1.1 2009-01-08 21:47:44 mcfly_e107 Exp $
|
||||
* $Id: siteinfo_shortcodes.php,v 1.2 2009-01-09 01:12:17 mcfly_e107 Exp $
|
||||
*
|
||||
* News shortcode batch
|
||||
* Siteinfo shortcode batch
|
||||
*/
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
//include_once(e_HANDLER.'shortcode_handler.php');
|
||||
|
||||
$codes = array('sitebutton', 'sitedisclaimer', 'sitename', 'sitedescription', 'sitetag');
|
||||
register_shortcode('siteinfo_shortcodes', $codes);
|
||||
|
Reference in New Issue
Block a user