mirror of
https://github.com/e107inc/e107.git
synced 2025-02-23 08:15:39 +01:00
15 lines
466 B
PHP
15 lines
466 B
PHP
<?php
|
|
/*
|
|
* Copyright (C) 2008-2013 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
* Admin Language File
|
|
*
|
|
*/
|
|
|
|
define("METLAN_00", "Meta 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_3", "Use news title and summary as the meta-description on news pages.");
|
|
|
|
?>
|