Changeset 4334 for freepbx/branches/2.3.newcss
- Timestamp:
- 07/09/07 22:53:55 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.3.newcss/amp_conf/htdocs/admin/header.php
r4331 r4334 156 156 echo "\t\t</ul>\n"; 157 157 158 $freepbx_logo = (isset($amp_conf["AMPADMINLOGO"]) && is_file($amp_conf["AMPWEBROOT"]."/admin/images/".$amp_conf["AMPADMINLOGO"])) ? $amp_conf["AMPADMINLOGO"] : ' blank.gif';158 $freepbx_logo = (isset($amp_conf["AMPADMINLOGO"]) && is_file($amp_conf["AMPWEBROOT"]."/admin/images/".$amp_conf["AMPADMINLOGO"])) ? $amp_conf["AMPADMINLOGO"] : 'logo.png'; 159 159 echo "\t\t<div id=\"logo\"><a href=\"http://www.freepbx.org\" target=\"_blank\" title=\"".$freepbx_alt."\"><img src=\"images/".$freepbx_logo."\" alt=\"".$freepbx_alt."\" /></a></div>\n"; 160 160 freepbx/branches/2.3.newcss/amportal.conf
r4176 r4334 54 54 AUTHTYPE=none 55 55 56 # AMPADMINLOGO: Defines the logo that is to be displayed at the TOP LEFT of the admin screen.56 # AMPADMINLOGO: Defines the logo that is to be displayed at the TOP RIGHT of the admin screen. 57 57 # This enables you to customize the look of the administration screen. 58 58 # NOTE: images need to be saved in the ..../admin/images directory of your AMP install 59 59 # This image should be 55px in height 60 AMPADMINLOGO=freepbx.png 61 62 # AMPFOOTERLOGO: Defines the logo that is to be displayed at the BOTTOM RIGHT of the admin screen. 63 # This enables you to customize the look of the administration screen. 64 # NOTE: images need to be saved in the ..../admin/images directory of your AMP install 65 # This image should be 40px in height 66 AMPFOOTERLOGO=blank.gif 67 68 # AMPADMINHREF: Defines the where a user is taken if they click on the footer logo 69 # This enables you to customize the look of the administration screen. 70 AMPADMINHREF=www.freepbx.org 60 AMPADMINLOGO=logo.png 71 61 72 62 # USECATEGORIES: Controls if the menu items in the admin interface are sorted by category (true),
