From: Jack C. <jc...@uo...> - 2005-01-27 22:47:15
|
Quoting Tom K <tk...@gm...>: > On the management pages, I am trying to find where to change the > heading from the HTML "p h p E S P" to an image. Searched the > archives & read the docs. Could only find cascading syle sheet info. > > What file is this conigured under? > > TIA > > Tom K. > > I'm sure you'll get a more informed answer, but for now you need to look in phpESP/admin/include/head.inc There is a php command hard-coded to echo the contents of the 'name' variable (phpESP by default) with spaces in between. Just above this there is a paragraph commented out to produce either an image associated with the 'banner' variable or the file phpESP.gif (which I believe it looks for in the admin directory). I don't know where the 'banner' variable is set, but if you copy your image to phpESP.gif in the admin directory, modify the height and width, uncomment this paragraph and comment out the other statement, you will get your logo in the upper right corner. I'm sure there is a cleaner method of doing this .. The new version is supposed to support style sheets for the management interface. Jack Cooper - University of Guelph |