Page Attribute
Permalink
I need help with a page attribute. I've created a image/file page attribute called "bkgd_image"
and I went to a page to plugin my jpg for the background page attribute but its throwing a error up any ideas?
<div id="content" style="background: url(<?$imageObj = $c->getAttribute('bkgd_image'); $imgVersion = $imageObj->getVersion(); echo($imgVersion->getRelativePath()); ?>) no-repeat">
and I went to a page to plugin my jpg for the background page attribute but its throwing a error up any ideas?
i hope this makes sense