I would like to use the image reloader on the home page, but I would like to remove the Join & Login buttons, TRansparent Shadow and Welcome statement from the Image Reloader on the home page.
Any help?
I would like to use the image reloader on the home page, but I would like to remove the Join & Login buttons, TRansparent Shadow and Welcome statement from the Image Reloader on the home page. Any help? |
Look to \inc\design.inc.php function getPromoCode() you can remove (comment) all next code: $sWelcomeC = _t('_Welcome_to_the_community'); |
Thank you guys. I tried the simple coding by houstonlively, and that works great! |