1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 11:04:18 +02:00

Theme layout (Visibility Filter) detection enhanced. Help information improved.

This commit is contained in:
Cameron
2019-04-06 12:11:05 -07:00
parent 345c0ec959
commit 3d9ed2b040
7 changed files with 60 additions and 28 deletions

View File

@@ -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.");