I am trying to set up the media center on our churches website to display 2 links based on content being present
here is the code currently
<div class="homeDiscoverCol2">
<div id="descrColumn"><div class="headDate"><?=strftime('%A, %B %e',$currentVidDate);?></div>
<h1><?=ucwords($currentVidTitle);?></h1>
<h2><?=ucwords($currentVidSpeaker);?></h2>
<div class="headDescr"><?=$currentVidDescription;?></div>
<div class="headDescr">{if field_id_124 != ''}<a href="http://www.phoenixfirst.org/images/uploads/handouts/['field_id_124']"><strong>DOWNLOAD NOTES →</strong></a>{/if} • {if field_id_126 != ''}<a href="http://www.phoenixfirst.org/images/uploads/handouts/['field_id_126']"><strong>DOWNLOAD AUDIO →</strong></a>{/if}</div>
This code appears here http://www.phoenixfirst.org/media/video-new/faithworks-part-4
next to the player.
I currently have files loaded in Field 124 & 126 but the links are not showing up.
Any help would be greatly appreciated.
Thanks!
