View Single Post
  #4  
Old 07-11-2004, 04:58 PM
 
Wizard Wizard is offline
 

Advanced Member
  
Join Date: Jun 2004
Posts: 40
 

Default

Well I threw together the mod this evening and tested it out and was unable to get it to work. It was a simple mod... and I am not understanding why it did not work... so I will have to go back to the drawing board...

All I did in the mod was comment out the following line:

Code:
<FONT class="VertMenuBoxNewsTitle">{$menu_title}</FONT>

and replace it with:

Code:
[img]{Imagesdir}/{$menu_title}.gif[/img]

So basically what it would do is for each header it would look for a graphical GIF file in the images directory with the same name as the TITLE of the box... so for authentication it would look in the images directory for authentication.gif ...

In theory this should work but when testing it I was unable to make it happen...

It was a quick simple hack to get what you wanted done... nothing fancy..

Ill try and work on this some more....
__________________
Mike

X-Cart 4.0.9 Gold (In Development)
No Live Site

Server version: Apache/1.3.28 (Unix) FrontPage/5.0.2.2510 mod_ssl/2.8.15 OpenSSL/0.9.7a PHP-CGI/0.1b
Reply With Quote