1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-23 02:36:06 +02:00

Bugtracker #5006 - option to determine time when content becomes active. Thanks Denes

This commit is contained in:
e107steved
2010-08-31 19:25:22 +00:00
parent 626ff06450
commit 8889df2999
6 changed files with 2310 additions and 2266 deletions

View File

@@ -693,4 +693,7 @@ define("CONTENT_ADMIN_OPT_LAN_174", "include the content start page in the bread
define("CONTENT_ADMIN_OPT_LAN_175", "show menu only on content pages of this top level category?");
define("CONTENT_ADMIN_OPT_LAN_176", "when assigning an icons, load all icons ? (default is disabled = only load tmp icons) useful if you want to reuse the same icons");
define("CONTENT_ADMIN_OPT_LAN_177", "when assigning an attachment, load all ? (default is disabled = only load tmp attachments) useful if you want to reuse the same attachments");
define('CONTENT_ADMIN_OPT_LAN_178', 'Start times for items');
?>