Go to the source code of this file.
|
| const | IN_PEEL_ADMIN true |
| |
| if(empty($_SESSION['session_admin_multisite'])||$_SESSION['session_admin_multisite']!=$GLOBALS['site_id']) if(!empty($_GET['encoding'])) | else |
| |
| | $GLOBALS ['DOC_TITLE'] = $GLOBALS['STR_ADMIN_SITEMAP_TITLE'] |
| |
| | $form_error_object = new FormError() |
| |
| | $tpl = $GLOBALS['tplEngine']->createTemplate('admin_sitemap.tpl') |
| |
| | switch (vb($_REQUEST['mode'])) |
| |
| create_google_sitemap |
( |
|
$this_wwwroot, |
|
|
|
$this_wwwroot_lang_array, |
|
|
|
$file_encoding |
|
) |
| |
- Parameters
-
| string | $this_wwwroot | |
| string | $this_wwwroot_lang_array | |
| string | $file_encoding | |
- Returns
Definition at line 82 of file sitemap.php.
| $GLOBALS['DOC_TITLE'] = $GLOBALS['STR_ADMIN_SITEMAP_TITLE'] |
| $tpl = $GLOBALS['tplEngine']->createTemplate('admin_sitemap.tpl') |
| if (empty($_SESSION['session_admin_multisite'])||$_SESSION['session_admin_multisite']!=$GLOBALS['site_id']) if (!empty($_GET['encoding'])) else |
Initial value:{
$file_encoding = 'utf-8'
Definition at line 26 of file sitemap.php.
| switch(vb($_REQUEST['mode'])) |