1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-24 00:34:13 +01:00

15 lines
466 B
PHP
Raw Normal View History

2006-12-02 04:36:16 +00:00
<?php
/*
* Copyright (C) 2008-2013 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
*
* Admin Language File
*
2006-12-02 04:36:16 +00:00
*/
2013-02-26 16:19:33 +01:00
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.");
2006-12-02 04:36:16 +00:00
?>