- Impact
- 6
Hi I need an explaination to this part of code.
I have a piece of html code that looks like this
src="{images}/animage.jpg"
it seems to call a php function to find out the directory of where the images are. This is clearly so that you can include this page on any level directory without losing images.
I couldn't find a fucntion but I found something like
$content {images}="the/directory/"
Can anybody explain how this works.
I have a piece of html code that looks like this
src="{images}/animage.jpg"
it seems to call a php function to find out the directory of where the images are. This is clearly so that you can include this page on any level directory without losing images.
I couldn't find a fucntion but I found something like
$content {images}="the/directory/"
Can anybody explain how this works.















