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:
OPEN
imagegallery.php
FIND (807)
********border-color: #606E9B;
REPLACE WITH
********border-color: ' . $p17_settings['Border Color'] . ';
:ph34r: