I think the general idea is to do if-else condition depending on the variables telling which Scheduled Conference the system is displaying, however, I couldn't find the right variable by reading the large amount of code ... So what is the variable I can use? or any better method?
Thank you!
- Code: Select all
{if $displayPageHeaderTitle && is_array($displayPageHeaderTitle)}
<img src="{$publicConferenceFilesDir}/{$displayPageHeaderTitle.uploadName|escape:"url"}" width="{$displayPageHeaderTitle.width}" height="{$displayPageHeaderTitle.height}" border="0" alt="" />
{elseif $displayPageHeaderTitle}
......
