Active
Project:
Content Templates (Contemplate)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Dec 2008 at 15:40 UTC
Updated:
24 Dec 2008 at 15:40 UTC
I'm trying to display the image url for my imagenode, so I have something like this:
print base_path() print $node->images['_original'] " size="70" style="width: 500px;" onclick="javascript:this.focus();this.select();"/>
Unfortunately that only displays the url of the original, and no base path.
Does base_path not work?
Thanks in advance.