diff --git a/download.php b/download.php index b8a06472b..a8d71feb8 100644 --- a/download.php +++ b/download.php @@ -11,9 +11,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/download.php,v $ -| $Revision: 1.23 $ -| $Date: 2008-10-19 11:35:00 $ -| $Author: e107steved $ +| $Revision: 1.24 $ +| $Date: 2008-11-16 09:11:59 $ +| $Author: e107coders $ | +----------------------------------------------------------------------------+ */ @@ -36,8 +36,8 @@ if(!defined("USER_WIDTH")) { define("USER_WIDTH","width:100%"); } //$pref['download_incinfo'] = '1'; /* define images */ -define("IMAGE_DOWNLOAD", (file_exists(THEME."images/download.png") ? THEME."images/download.png" : e_IMAGE.'packs/'.$imode."/generic/download.png")); -define("IMAGE_NEW", (file_exists(THEME."images/new.png") ? THEME."images/new.png" : e_IMAGE.'packs/'.$imode."/generic/new.png")); +define("IMAGE_DOWNLOAD", (file_exists(THEME."images/download.png") ? THEME."images/download.png" : e_IMAGE."generic/download.png")); +define("IMAGE_NEW", (file_exists(THEME."images/new.png") ? THEME."images/new.png" : e_IMAGE."generic/new.png")); $template_load_core = ' $template_name = $load_template.".php"; diff --git a/e107_images/generic/arrow.png b/e107_images/generic/arrow.png new file mode 100644 index 000000000..24a89b543 Binary files /dev/null and b/e107_images/generic/arrow.png differ diff --git a/e107_images/generic/download.png b/e107_images/generic/download.png new file mode 100644 index 000000000..0bd2ab262 Binary files /dev/null and b/e107_images/generic/download.png differ diff --git a/e107_images/generic/edit.png b/e107_images/generic/edit.png new file mode 100644 index 000000000..4a52bb1c5 Binary files /dev/null and b/e107_images/generic/edit.png differ diff --git a/e107_images/generic/new.png b/e107_images/generic/new.png new file mode 100644 index 000000000..3e9562c4a Binary files /dev/null and b/e107_images/generic/new.png differ diff --git a/e107_images/generic/search_basic.png b/e107_images/generic/search_basic.png new file mode 100644 index 000000000..6dd193158 Binary files /dev/null and b/e107_images/generic/search_basic.png differ diff --git a/e107_images/generic/warning.png b/e107_images/generic/warning.png new file mode 100644 index 000000000..2b3d4f05b Binary files /dev/null and b/e107_images/generic/warning.png differ diff --git a/error.php b/error.php index eb2ae8310..f89c638c3 100644 --- a/error.php +++ b/error.php @@ -11,9 +11,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/error.php,v $ -| $Revision: 1.6 $ -| $Date: 2008-07-25 20:12:31 $ -| $Author: e107steved $ +| $Revision: 1.7 $ +| $Date: 2008-11-16 09:11:59 $ +| $Author: e107coders $ +----------------------------------------------------------------------------+ */ @@ -35,22 +35,22 @@ switch($errorNumber) { case 400 : $errorHeader = "HTTP/1.1 400 Bad Request"; - $errorText = "