-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmx_meta.inc
More file actions
26 lines (25 loc) · 886 Bytes
/
mx_meta.inc
File metadata and controls
26 lines (25 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
/**
*
* @package MX-Publisher Core
* @version $Id: mx_meta.inc,v 1.9 2014/05/18 06:24:18 orynider Exp $
* @copyright (c) 2002-2008 MX-Publisher Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2
* @link http://mxpcms.sourceforge.net
*
*/
$title = "Your site's title";
$author = "Your name or your company name";
$copyright = "Add some copyright notice here";
$imagetoolbar = "no";
$distribution = "global";
$keywords = "Add all your keywords in here (separate each keyword by a comma and space)";
$description = "This is the description search engines show when listing your site.";
$langcode = "en";
$rating = "general";
$index = "index";
$follow = "follow";
$pragma = "1";
$icon = "favicon.ico";
$header = "<meta name=\"revisit-after\" content=\"7 days\" >";
?>