Show
Ignore:
Timestamp:
07/09/07 22:53:55 (6 years ago)
Author:
fool4kate
Message:

Added our happy frog as the default logo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.3.newcss/amp_conf/htdocs/admin/header.php

    r4331 r4334  
    156156  echo "\t\t</ul>\n"; 
    157157 
    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'; 
    159159  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"; 
    160160 
  • freepbx/branches/2.3.newcss/amportal.conf

    r4176 r4334  
    5454AUTHTYPE=none 
    5555 
    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. 
    5757#         This enables you to customize the look of the administration screen. 
    5858# NOTE: images need to be saved in the ..../admin/images directory of your AMP install 
    5959# 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 
     60AMPADMINLOGO=logo.png 
    7161 
    7262# USECATEGORIES: Controls if the menu items in the admin interface are sorted by category (true),