diff --git a/themes/nature/config.php b/themes/nature/config.php deleted file mode 100644 index 7ecf300a23..0000000000 --- a/themes/nature/config.php +++ /dev/null @@ -1,9 +0,0 @@ -"; - $v_link_label_add = "add"; - $v_link_label_delete = "delete"; - $v_link_label_view = "add"; - -?> diff --git a/themes/nature/favicon.ico b/themes/nature/favicon.ico deleted file mode 100644 index e0c7a83001..0000000000 Binary files a/themes/nature/favicon.ico and /dev/null differ diff --git a/themes/nature/images/background_black.png b/themes/nature/images/background_black.png deleted file mode 100644 index 4d4d00813f..0000000000 Binary files a/themes/nature/images/background_black.png and /dev/null differ diff --git a/themes/nature/images/background_cell.gif b/themes/nature/images/background_cell.gif deleted file mode 100644 index 2938f2af48..0000000000 Binary files a/themes/nature/images/background_cell.gif and /dev/null differ diff --git a/themes/nature/images/background_cell_active.gif b/themes/nature/images/background_cell_active.gif deleted file mode 100644 index 7dbcf6a6fd..0000000000 Binary files a/themes/nature/images/background_cell_active.gif and /dev/null differ diff --git a/themes/nature/images/background_cell_conference.gif b/themes/nature/images/background_cell_conference.gif deleted file mode 100644 index 7b5b792bdc..0000000000 Binary files a/themes/nature/images/background_cell_conference.gif and /dev/null differ diff --git a/themes/nature/images/background_cell_fifo.gif b/themes/nature/images/background_cell_fifo.gif deleted file mode 100644 index a0082263b6..0000000000 Binary files a/themes/nature/images/background_cell_fifo.gif and /dev/null differ diff --git a/themes/nature/images/background_cell_light.gif b/themes/nature/images/background_cell_light.gif deleted file mode 100644 index 76d32d0b8d..0000000000 Binary files a/themes/nature/images/background_cell_light.gif and /dev/null differ diff --git a/themes/nature/images/background_th.png b/themes/nature/images/background_th.png deleted file mode 100644 index 6eb3b4dd94..0000000000 Binary files a/themes/nature/images/background_th.png and /dev/null differ diff --git a/themes/nature/images/backgrounds/sand.jpg b/themes/nature/images/backgrounds/sand.jpg deleted file mode 100644 index 655e1634ba..0000000000 Binary files a/themes/nature/images/backgrounds/sand.jpg and /dev/null differ diff --git a/themes/nature/images/backgrounds/yellowstone_3.jpg b/themes/nature/images/backgrounds/yellowstone_3.jpg deleted file mode 100644 index 3673cd5c65..0000000000 Binary files a/themes/nature/images/backgrounds/yellowstone_3.jpg and /dev/null differ diff --git a/themes/nature/images/backgrounds/yellowstone_4.jpg b/themes/nature/images/backgrounds/yellowstone_4.jpg deleted file mode 100644 index 9011f7b45c..0000000000 Binary files a/themes/nature/images/backgrounds/yellowstone_4.jpg and /dev/null differ diff --git a/themes/nature/images/blank.gif b/themes/nature/images/blank.gif deleted file mode 100644 index 75b945d255..0000000000 Binary files a/themes/nature/images/blank.gif and /dev/null differ diff --git a/themes/nature/images/content_background.png b/themes/nature/images/content_background.png deleted file mode 100644 index 6b33cae806..0000000000 Binary files a/themes/nature/images/content_background.png and /dev/null differ diff --git a/themes/nature/images/icon_e.gif b/themes/nature/images/icon_e.gif deleted file mode 100644 index 29508006ff..0000000000 Binary files a/themes/nature/images/icon_e.gif and /dev/null differ diff --git a/themes/nature/images/icon_e.png b/themes/nature/images/icon_e.png deleted file mode 100644 index 5496ed3a23..0000000000 Binary files a/themes/nature/images/icon_e.png and /dev/null differ diff --git a/themes/nature/images/icon_plus.gif b/themes/nature/images/icon_plus.gif deleted file mode 100644 index 2a94eeb93f..0000000000 Binary files a/themes/nature/images/icon_plus.gif and /dev/null differ diff --git a/themes/nature/images/icon_plus.png b/themes/nature/images/icon_plus.png deleted file mode 100644 index 1a3f39522f..0000000000 Binary files a/themes/nature/images/icon_plus.png and /dev/null differ diff --git a/themes/nature/images/icon_view.gif b/themes/nature/images/icon_view.gif deleted file mode 100644 index d11a5f00c8..0000000000 Binary files a/themes/nature/images/icon_view.gif and /dev/null differ diff --git a/themes/nature/images/icon_x.gif b/themes/nature/images/icon_x.gif deleted file mode 100644 index 24e4d49297..0000000000 Binary files a/themes/nature/images/icon_x.gif and /dev/null differ diff --git a/themes/nature/images/icon_x.png b/themes/nature/images/icon_x.png deleted file mode 100644 index eb08bf4a4f..0000000000 Binary files a/themes/nature/images/icon_x.png and /dev/null differ diff --git a/themes/nature/images/login_background.png b/themes/nature/images/login_background.png deleted file mode 100644 index 3c1be0c473..0000000000 Binary files a/themes/nature/images/login_background.png and /dev/null differ diff --git a/themes/nature/images/logo.png b/themes/nature/images/logo.png deleted file mode 100644 index 819d78a095..0000000000 Binary files a/themes/nature/images/logo.png and /dev/null differ diff --git a/themes/nature/images/menu_background.png b/themes/nature/images/menu_background.png deleted file mode 100644 index e98bd3020f..0000000000 Binary files a/themes/nature/images/menu_background.png and /dev/null differ diff --git a/themes/nature/login.php b/themes/nature/login.php deleted file mode 100644 index ae7bda5675..0000000000 --- a/themes/nature/login.php +++ /dev/null @@ -1,38 +0,0 @@ - - Portions created by the Initial Developer are Copyright (C) 2008-2013 - the Initial Developer. All Rights Reserved. - - Contributor(s): - Mark J. Crane -*/ -include "root.php"; - -//show the index page - if (file_exists($_SERVER['DOCUMENT_ROOT'].PROJECT_PATH."/themes/".$_SESSION['domain']['template']['name']."/index.php")){ - require_once "themes/".$_SESSION['domain']['template']['name']."/index.php"; - } - else { - require_once "resources/require.php"; - require_once "resources/header.php"; - echo "

\n"; - require_once "resources/footer.php"; - } -?> \ No newline at end of file diff --git a/themes/nature/root.php b/themes/nature/root.php deleted file mode 100644 index 7b882438ea..0000000000 --- a/themes/nature/root.php +++ /dev/null @@ -1,50 +0,0 @@ - - Portions created by the Initial Developer are Copyright (C) 2008-2012 - the Initial Developer. All Rights Reserved. - - Contributor(s): - Mark J Crane -*/ - -// make sure the PATH_SEPARATOR is defined - if (!defined("PATH_SEPARATOR")) { - if ( strpos( $_ENV[ "OS" ], "Win" ) !== false ) { define("PATH_SEPARATOR", ";"); } else { define("PATH_SEPARATOR", ":"); } - } - -// make sure the document_root is set - $_SERVER["SCRIPT_FILENAME"] = str_replace("\\", "/", $_SERVER["SCRIPT_FILENAME"]); - $_SERVER["DOCUMENT_ROOT"] = str_replace($_SERVER["PHP_SELF"], "", $_SERVER["SCRIPT_FILENAME"]); - $_SERVER["DOCUMENT_ROOT"] = realpath($_SERVER["DOCUMENT_ROOT"]); - //echo "DOCUMENT_ROOT: ".$_SERVER["DOCUMENT_ROOT"]."
\n"; - //echo "PHP_SELF: ".$_SERVER["PHP_SELF"]."
\n"; - //echo "SCRIPT_FILENAME: ".$_SERVER["SCRIPT_FILENAME"]."
\n"; - -// if the project directory exists then add it to the include path otherwise add the document root to the include path - if (is_dir($_SERVER["DOCUMENT_ROOT"].'/fusionpbx')){ - if(!defined('PROJECT_PATH')) { define('PROJECT_PATH', '/fusionpbx'); } - set_include_path( get_include_path() . PATH_SEPARATOR . $_SERVER["DOCUMENT_ROOT"].'/fusionpbx' ); - } - else { - if(!defined('PROJECT_PATH')) { define('PROJECT_PATH', ''); } - set_include_path( get_include_path() . PATH_SEPARATOR . $_SERVER['DOCUMENT_ROOT'] ); - } - -?> \ No newline at end of file diff --git a/themes/nature/template.php b/themes/nature/template.php deleted file mode 100644 index 53fdfd77ca..0000000000 --- a/themes/nature/template.php +++ /dev/null @@ -1,943 +0,0 @@ -\n"; - } -?> - - -<!--{title}--> - - 0) { - $php_self_dir = substr($php_self_dir, strlen(PROJECT_PATH), strlen($php_self_dir)); - } -?> - - - - - - - - - - - - - - - - 0) { - echo "
"; - echo "
"; - echo " ".$_SESSION['message'].""; - echo "
"; - echo "
"; - unset($_SESSION['message']); - } - ?> - - 1000) { break; }; - $x++; - } - } - if (strlen($_SESSION['background_image'])== 0) { - $_SESSION['background_image'] = $v_background_array[array_rand($v_background_array, 1)]; - } - - //show the background - echo "
\n"; - ?> - -
- - - - - 0) { ?> - - - - - - - - - - - - - -
- - - - - -
- 0) { - echo ""; - } - else { - echo ""; - } - ?> - - 0 && permission_exists("domain_select") && count($_SESSION['domains']) > 1) { - //$tmp_style = "style=\"opacity:0.7;filter:alpha(opacity=70)\" "; - //$tmp_style .= "onmouseover=\"this.style.opacity=1;this.filters.alpha.opacity=90\" "; - //$tmp_style .= "onmouseout=\"this.style.opacity=0.7;this.filters.alpha.opacity=70\" "; - $tmp_style = "style=\"opacity:0.7;\" "; - $tmp_style .= "onmouseover=\"this.style.opacity=1;\" "; - $tmp_style .= "onmouseout=\"this.style.opacity=0.7;\" "; - echo " \n"; - } - - //logged out show the login - if (strlen($_SESSION["username"]) == 0) { - //add multi-lingual support - require_once "core/user_settings/app_languages.php"; - foreach($text as $key => $value) { - $text[$key] = $value[$_SESSION['domain']['language']['code']]; - } - //set a default login destination - if (strlen($_SESSION['login']['destination']['url']) == 0) { - $_SESSION['login']['destination']['url'] = PROJECT_PATH."/core/user_settings/user_dashboard.php"; - } - //login form - echo "
\n"; - echo "
\n"; - echo "\n"; - echo "\n"; - echo "\n"; - //echo "\n"; - echo "\n"; - //echo "\n"; - - //echo "\n"; - //echo "\n"; - echo "\n"; - //echo "\n"; - - if ($_SESSION['login']['domain_name.visible']['boolean'] == "true") { - //echo "\n"; - echo "\n"; - echo "\n"; - //echo "\n"; - } - - //echo "\n"; - echo "\n"; - echo "\n"; - echo "\n"; - echo "
\n"; - //echo " ".$text['label-username'].":\n"; - //echo "\n"; - echo " \n"; - echo "
\n"; - //echo " ".$text['label-password'].":\n"; - //echo "\n"; - echo " \n"; - echo "
\n"; - echo " ".$text['label-domain'].":\n"; - echo "\n"; - if (count($_SESSION['login']['domain_name']) > 0) { - echo " \n"; - } - else { - echo " \n"; - } - echo "
\n"; - echo "\n"; - echo " \n"; - echo "
\n"; - echo "
"; - echo "
"; - } - ?> -   -
-
- - - - -
- - -

-

-

-

-

-

-

-

-

-

-

-

-

-

-

-

-

-

-

-

-
-
- \n"; - echo " fusionpbx.com. Copyright 2008 - 2013. All Rights Reserved\n"; - echo "\n"; - } - else { - echo "\n"; - } - ?> -
- -
- -