06-18-2010, 05:32 AM
[eluser]UdayD[/eluser]
hi!
i dont know whether u got my problem or not.
but i wrote this in autoload.php
code as
and then from my main view
i wrote the image tag as
now images are gone they are not visible.
but now if i write
(off course $base echoed in php tags but when i write here it wont show because of form filters of forum)
hi!
i dont know whether u got my problem or not.
but i wrote this in autoload.php
code as
Code:
$autoload['helper'] = array('url');
i wrote the image tag as
Code:
<img src="images/catch-me.gif">
but now if i write
Code:
<img src="$base/images/catch-me.gif">