diff --git a/themes/classic/config.php b/themes/classic/config.php deleted file mode 100644 index 1e85a29f41..0000000000 --- a/themes/classic/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/classic/favicon.ico b/themes/classic/favicon.ico deleted file mode 100644 index e0c7a83001..0000000000 Binary files a/themes/classic/favicon.ico and /dev/null differ diff --git a/themes/classic/images/background.jpg b/themes/classic/images/background.jpg deleted file mode 100644 index 7652e61eea..0000000000 Binary files a/themes/classic/images/background.jpg and /dev/null differ diff --git a/themes/classic/images/background_black.png b/themes/classic/images/background_black.png deleted file mode 100644 index 4d4d00813f..0000000000 Binary files a/themes/classic/images/background_black.png and /dev/null differ diff --git a/themes/classic/images/background_cell.gif b/themes/classic/images/background_cell.gif deleted file mode 100644 index fdea99b2fc..0000000000 Binary files a/themes/classic/images/background_cell.gif and /dev/null differ diff --git a/themes/classic/images/background_cell_active.gif b/themes/classic/images/background_cell_active.gif deleted file mode 100644 index 7dbcf6a6fd..0000000000 Binary files a/themes/classic/images/background_cell_active.gif and /dev/null differ diff --git a/themes/classic/images/background_cell_conference.gif b/themes/classic/images/background_cell_conference.gif deleted file mode 100644 index 7b5b792bdc..0000000000 Binary files a/themes/classic/images/background_cell_conference.gif and /dev/null differ diff --git a/themes/classic/images/background_cell_fifo.gif b/themes/classic/images/background_cell_fifo.gif deleted file mode 100644 index a0082263b6..0000000000 Binary files a/themes/classic/images/background_cell_fifo.gif and /dev/null differ diff --git a/themes/classic/images/background_cell_light.gif b/themes/classic/images/background_cell_light.gif deleted file mode 100644 index 76d32d0b8d..0000000000 Binary files a/themes/classic/images/background_cell_light.gif and /dev/null differ diff --git a/themes/classic/images/background_head.png b/themes/classic/images/background_head.png deleted file mode 100644 index e69a26335b..0000000000 Binary files a/themes/classic/images/background_head.png and /dev/null differ diff --git a/themes/classic/images/background_th.png b/themes/classic/images/background_th.png deleted file mode 100644 index 6eb3b4dd94..0000000000 Binary files a/themes/classic/images/background_th.png and /dev/null differ diff --git a/themes/classic/images/icon_e.gif b/themes/classic/images/icon_e.gif deleted file mode 100644 index 29508006ff..0000000000 Binary files a/themes/classic/images/icon_e.gif and /dev/null differ diff --git a/themes/classic/images/icon_e.png b/themes/classic/images/icon_e.png deleted file mode 100644 index 5496ed3a23..0000000000 Binary files a/themes/classic/images/icon_e.png and /dev/null differ diff --git a/themes/classic/images/icon_plus.gif b/themes/classic/images/icon_plus.gif deleted file mode 100644 index 2a94eeb93f..0000000000 Binary files a/themes/classic/images/icon_plus.gif and /dev/null differ diff --git a/themes/classic/images/icon_plus.png b/themes/classic/images/icon_plus.png deleted file mode 100644 index 1a3f39522f..0000000000 Binary files a/themes/classic/images/icon_plus.png and /dev/null differ diff --git a/themes/classic/images/icon_view.gif b/themes/classic/images/icon_view.gif deleted file mode 100644 index d11a5f00c8..0000000000 Binary files a/themes/classic/images/icon_view.gif and /dev/null differ diff --git a/themes/classic/images/icon_x.gif b/themes/classic/images/icon_x.gif deleted file mode 100644 index 24e4d49297..0000000000 Binary files a/themes/classic/images/icon_x.gif and /dev/null differ diff --git a/themes/classic/images/icon_x.png b/themes/classic/images/icon_x.png deleted file mode 100644 index eb08bf4a4f..0000000000 Binary files a/themes/classic/images/icon_x.png and /dev/null differ diff --git a/themes/classic/images/logo.png b/themes/classic/images/logo.png deleted file mode 100644 index 819d78a095..0000000000 Binary files a/themes/classic/images/logo.png and /dev/null differ diff --git a/themes/classic/images/qr_code.png b/themes/classic/images/qr_code.png deleted file mode 100644 index 7742e72fe4..0000000000 Binary files a/themes/classic/images/qr_code.png and /dev/null differ diff --git a/themes/classic/root.php b/themes/classic/root.php deleted file mode 100644 index 7b882438ea..0000000000 --- a/themes/classic/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/classic/template.php b/themes/classic/template.php deleted file mode 100644 index b4ae7490e9..0000000000 --- a/themes/classic/template.php +++ /dev/null @@ -1,673 +0,0 @@ -\n"; - } -?> - - -<!--{title}--> - - - - - - - - - - - - 0) { - $message_text = addslashes($_SESSION['message']); - $onload .= "display_message('".$message_text."');"; - unset($_SESSION['message']); -} -?> - - - -
-
- -
-
- - "; - echo "
"; - echo " "; - echo "
"; - echo ""; - ?> - -
- - - - -/images/spacer.gif' width='100%' height='1' style='background-color: #BBBBBB;'> ---> - - - -
- - - - - - - - - - - -
-
- - - - - -
- - - 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"; - unset($tmp_style); - } - ?> -   -
-
- -
- -
- - - - -
- -
-
-
- -
- - -fusionpbx.com. Copyright 2008 - 2012. All Rights Reserved - - - - - -
- - - - - -
- - diff --git a/themes/default/config.php b/themes/default/config.php deleted file mode 100644 index 2bcf4ea159..0000000000 --- a/themes/default/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/default/favicon.ico b/themes/default/favicon.ico deleted file mode 100644 index e0c7a83001..0000000000 Binary files a/themes/default/favicon.ico and /dev/null differ diff --git a/themes/default/images/arrow.png b/themes/default/images/arrow.png deleted file mode 100644 index e9837a64a7..0000000000 Binary files a/themes/default/images/arrow.png and /dev/null differ diff --git a/themes/default/images/background_black.png b/themes/default/images/background_black.png deleted file mode 100644 index 4d4d00813f..0000000000 Binary files a/themes/default/images/background_black.png and /dev/null differ diff --git a/themes/default/images/background_cell.gif b/themes/default/images/background_cell.gif deleted file mode 100644 index 2938f2af48..0000000000 Binary files a/themes/default/images/background_cell.gif and /dev/null differ diff --git a/themes/default/images/background_cell_active.gif b/themes/default/images/background_cell_active.gif deleted file mode 100644 index 7dbcf6a6fd..0000000000 Binary files a/themes/default/images/background_cell_active.gif and /dev/null differ diff --git a/themes/default/images/background_cell_conference.gif b/themes/default/images/background_cell_conference.gif deleted file mode 100644 index 7b5b792bdc..0000000000 Binary files a/themes/default/images/background_cell_conference.gif and /dev/null differ diff --git a/themes/default/images/background_cell_fifo.gif b/themes/default/images/background_cell_fifo.gif deleted file mode 100644 index a0082263b6..0000000000 Binary files a/themes/default/images/background_cell_fifo.gif and /dev/null differ diff --git a/themes/default/images/background_cell_light.gif b/themes/default/images/background_cell_light.gif deleted file mode 100644 index 76d32d0b8d..0000000000 Binary files a/themes/default/images/background_cell_light.gif and /dev/null differ diff --git a/themes/default/images/background_th.png b/themes/default/images/background_th.png deleted file mode 100644 index 6eb3b4dd94..0000000000 Binary files a/themes/default/images/background_th.png and /dev/null differ diff --git a/themes/default/images/backgrounds/yellowstone_1.jpg b/themes/default/images/backgrounds/yellowstone_1.jpg deleted file mode 100644 index dc4cd321fc..0000000000 Binary files a/themes/default/images/backgrounds/yellowstone_1.jpg and /dev/null differ diff --git a/themes/default/images/icon_e.gif b/themes/default/images/icon_e.gif deleted file mode 100644 index 29508006ff..0000000000 Binary files a/themes/default/images/icon_e.gif and /dev/null differ diff --git a/themes/default/images/icon_e.png b/themes/default/images/icon_e.png deleted file mode 100644 index 5496ed3a23..0000000000 Binary files a/themes/default/images/icon_e.png and /dev/null differ diff --git a/themes/default/images/icon_plus.gif b/themes/default/images/icon_plus.gif deleted file mode 100644 index 2a94eeb93f..0000000000 Binary files a/themes/default/images/icon_plus.gif and /dev/null differ diff --git a/themes/default/images/icon_plus.png b/themes/default/images/icon_plus.png deleted file mode 100644 index 1a3f39522f..0000000000 Binary files a/themes/default/images/icon_plus.png and /dev/null differ diff --git a/themes/default/images/icon_view.gif b/themes/default/images/icon_view.gif deleted file mode 100644 index d11a5f00c8..0000000000 Binary files a/themes/default/images/icon_view.gif and /dev/null differ diff --git a/themes/default/images/icon_x.gif b/themes/default/images/icon_x.gif deleted file mode 100644 index 24e4d49297..0000000000 Binary files a/themes/default/images/icon_x.gif and /dev/null differ diff --git a/themes/default/images/icon_x.png b/themes/default/images/icon_x.png deleted file mode 100644 index eb08bf4a4f..0000000000 Binary files a/themes/default/images/icon_x.png and /dev/null differ diff --git a/themes/default/images/login_background.png b/themes/default/images/login_background.png deleted file mode 100644 index 3c1be0c473..0000000000 Binary files a/themes/default/images/login_background.png and /dev/null differ diff --git a/themes/default/images/logo.png b/themes/default/images/logo.png deleted file mode 100644 index 819d78a095..0000000000 Binary files a/themes/default/images/logo.png and /dev/null differ diff --git a/themes/default/images/menu_background.png b/themes/default/images/menu_background.png deleted file mode 100644 index e98bd3020f..0000000000 Binary files a/themes/default/images/menu_background.png and /dev/null differ diff --git a/themes/default/images/qr_code.png b/themes/default/images/qr_code.png deleted file mode 100644 index 7742e72fe4..0000000000 Binary files a/themes/default/images/qr_code.png and /dev/null differ diff --git a/themes/default/root.php b/themes/default/root.php deleted file mode 100644 index 7b882438ea..0000000000 --- a/themes/default/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/default/template.php b/themes/default/template.php deleted file mode 100644 index 84990d386d..0000000000 --- a/themes/default/template.php +++ /dev/null @@ -1,877 +0,0 @@ -\n"; - } -?> - - -<!--{title}--> - - 0) { - $php_self_dir = substr($php_self_dir, strlen(PROJECT_PATH), strlen($php_self_dir)); - } -?> - - - - - - - - - - - - 0) { - $message_text = addslashes($_SESSION['message']); - $onload .= "display_message('".$message_text."');"; - 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"; - ?> - - "; - echo "
"; - echo " "; - echo "
"; - echo ""; - ?> - -
- - - - - - - - - - - - - -
- - - - - -
- - - 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"; - unset($tmp_style); - } - ?> -   -
-
- - - -

-

-

-

-

-

-

-

-

-

-

-

-

-

-

-

-

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