PDA

View Full Version : Fix the border image problem in 2.3 image gallery


IGGY
05-16-2006, 04:50 AM
If you have noticed in 2.3 image gallery you can change the color of the border via the ACP, however it doesn't change the hover color here's how to fix that...

OPEN

imagegallery.php

FIND (807)

********border-color: #606E9B;


REPLACE WITH

********border-color: ' . $p17_settings['Border Color'] . ';


:ph34r:

Robert_J_Ellis
05-16-2006, 11:23 AM
Good spot, thanks Iggy.

Ziad
05-16-2006, 04:58 PM
Thank you