hi i have made a sub folder for a program i have done and ive put in in my existing template and now i am attepting to show the logo in it my site is in the public html folder and the logo image is as follows
images/logo/<?php echo SITE_FAVICON; ?>
and program is in sub folder called friend so it goes public_html/friends and so far i have tried
.../images/logo/<?php echo SITE_FAVICON; ?>
../images/logo/<?php echo SITE_FAVICON; ?>
./images/logo/<?php echo SITE_FAVICON; ?>
/images/logo/<?php echo SITE_FAVICON; ?>
but nothing seems to be working is there anything i have missed
any help would be greatful