mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 16:46:50 +02:00
Theme layout (Visibility Filter) detection enhanced. Help information improved.
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
* e107 website system
|
||||
*
|
||||
* Copyright (C) 2008-2009 e107 Inc (e107.org)
|
||||
* Released under the terms and conditions of the
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
*
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/theme.php,v $
|
||||
* $Revision$
|
||||
* $Date$
|
||||
* $Author$
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "The theme manager allows you to set your site's public theme and your admin areas theme.<br /><br />Look at the tooltips (when available) for description ";
|
||||
$ns -> tablerender("Theme Manager Help", $text);
|
@@ -131,3 +131,11 @@ define("TPVLAN_93", "Selection");
|
||||
define("TPVLAN_94", "Site theme changed to [x].");
|
||||
define("TPVLAN_95", "Skin");
|
||||
|
||||
define("TPVLAN_96", "Set URLs/script-paths which should automatically use this layout. One per line.");
|
||||
|
||||
define("TPVLANHELP_01", "The theme manager allows you to set your site's public theme and your admin areas theme.");
|
||||
define("TPVLANHELP_02", "Look at the tooltips (when available) for more details.");
|
||||
|
||||
define("TPVLANHELP_03", "By default, the visibility filter will change the theme's layout based on a partial URL match.");
|
||||
define("TPVLANHELP_04", "End lines with a [b]![/b] to exactly match against the end of URL.");
|
||||
define("TPVLANHELP_05", "End lines with a [b]$[/b] to exactly match against the end of script path.");
|
Reference in New Issue
Block a user