Add third imagelist

Guido

Avatar: Guido

2011-08-25 21:06

Hi,

I wanna add third imagelist that displays image in the middle of page.

1) pages_default.php: already contains $aImages[3]
2) Config > lang_en.php: add $aPhotoTypes[3] = 'Middle';
3) Default.css (IMAGES STYLES): add #imagesList3{... etc}

But nothing happens when I add image in admin...
So did I forget something?

Guido

» Quick.Cms v3.x

rzyber

Avatar: rzyber

2011-08-26 12:22

edit core/files.php

and change if( $iType < 3 ){
to
if( $iType < 4 ){

Guido

Avatar: Guido

2011-08-26 13:50

@rzyber: it works, thanks!

Back to top
about us | contact