I'm inputting the content image here:

This is my code (rough draft). The RED section is the line that I'm stuck on!
Code: Select all
[color=#FF0000]{if content image exists}[/color]
<img src="/uploads/images/{$content_obj->GetPropertyValue('image')}" alt="" width="261">
{else}
<img src="/uploads/images/i-side.jpg" alt="" width="261" height="175">
{/if}