mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 17:19:56 +02:00
Meta admin page now uses Admin-ui. Additional custom tag areas added.
This commit is contained in:
@@ -6,9 +6,13 @@
|
||||
*
|
||||
*/
|
||||
|
||||
define("METLAN_00", "Meta Tags");
|
||||
define("METLAN_00", "Meta & Custom Tags");
|
||||
|
||||
define("METLAN_1", "Additional meta tags");
|
||||
define("METLAN_2", "e.g. < meta name='revisit-after' content='30 days' />"); //FIXME space between < and meta: parses meta tag for some reason
|
||||
define("METLAN_2", "e.g. < meta name='revisit-after' content='30 days' />");
|
||||
define("METLAN_3", "Use news title and summary as the meta-description on news pages.");
|
||||
|
||||
define("METLAN_4", "Custom tags (inside [x] tags)");
|
||||
define("METLAN_5", "Custom tags (after [x])");
|
||||
define("METLAN_6", "Custom tags (before [x])");
|
||||
define("METLAN_7", "Any meta data or custom HTML tags entered here (such as <script> tags or Google analytics code) will be included on every page of the website in their designated areas.");
|
||||
|
Reference in New Issue
Block a user