Update of /cvsroot/phpwebsite-comm/modules/staffman/conf
In directory sc8-pr-cvs1:/tmp/cvs-serv30871/conf
Modified Files:
controlpanel.php
Log Message:
included reference to controlpanel icon
Index: controlpanel.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/staffman/conf/controlpanel.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** controlpanel.php 2 Jul 2003 23:45:08 -0000 1.1.1.1
--- controlpanel.php 28 Jul 2003 21:03:10 -0000 1.2
***************
*** 10,17 ****
// Defines the access to and appearance of module listings.
! $image['name'] = "hatdrill.png";
$image['alt'] = "Staff Listing by George Brackett";
! $image2['name'] = "hatdrill.png";
$image2['alt'] = "Staff Listing";
--- 10,17 ----
// Defines the access to and appearance of module listings.
! $image['name'] = "staffman.gif";
$image['alt'] = "Staff Listing by George Brackett";
! $image2['name'] = "staffman.gif";
$image2['alt'] = "Staff Listing";
|