mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 14:13:03 +02:00
Batch-Copy added to admin-ui. Adding missing core shortcodes. Media-Category NewsThumbs added (legacy support)
This commit is contained in:
2
e107_core/shortcodes/single/sitecontactinfo.sc
Normal file
2
e107_core/shortcodes/single/sitecontactinfo.sc
Normal file
@@ -0,0 +1,2 @@
|
||||
//<?
|
||||
return SITECONTACTINFO;
|
4
e107_core/shortcodes/single/sitedisclaimer.sc
Normal file
4
e107_core/shortcodes/single/sitedisclaimer.sc
Normal file
@@ -0,0 +1,4 @@
|
||||
//<?php
|
||||
|
||||
$tp = e107::getParser();
|
||||
return $tp->toHtml(SITEDISCLAIMER,TRUE,"constants defs");
|
Reference in New Issue
Block a user