1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 20:57:26 +02:00

Last part of gsitemap update

This commit is contained in:
e107steved
2008-12-21 09:00:02 +00:00
parent 7b18c841bb
commit 029c897766

View File

@@ -1,22 +1,26 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2008 e107 Inc (e107.org)
| <20>Steve Dunstan 2001-2002 * Released under the terms and conditions of the
| http://e107.org * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
| jalist@e107.org *
| * Plugin supporting file - gsitemap
| Released under the terms and conditions of the *
| GNU General Public License (http://gnu.org). * $Source: /cvs_backup/e107_0.8/gsitemap.php,v $
| * $Revision: 1.3 $
| $Source: /cvs_backup/e107_0.8/gsitemap.php,v $ * $Date: 2008-12-21 09:00:02 $
| $Revision: 1.2 $ * $Author: e107steved $
| $Date: 2007-12-24 16:21:00 $ *
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/ */
require_once("class2.php"); require_once("class2.php");
if(!plugInstalled('gsitemap'))
{
header("location:".e_BASE."index.php");
exit();
}
include_lan(e_PLUGIN."gsitemap/languages/gsitemap_".e_LANGUAGE.".php"); include_lan(e_PLUGIN."gsitemap/languages/gsitemap_".e_LANGUAGE.".php");
if(e_QUERY == "show") if(e_QUERY == "show")