306 : <!--- If First Article does not have an image, use channel photo instead. --->
307 : <cfset k_strMASubChannel = Trim(ListGetAt(GetMAHeadingNews.DocPath, 2, '/\'))>
308 : <cfset k_nMASubTemp = ListFindNoCase(k_strSubChannelDir[k_strMAChannelIndex], k_strSubChannel, ",")>
309 : <cfif k_nMASubTemp gt 0>
310 : <cfdirectory action="LIST" name="PageListMA" directory="#k_strFTPDir#News\#GetMAHeadingNews.DocIssue#\" filter="#Right(uv_dtPublishDate, 2)#pg#uv_strChannel#*s.jpg" sort="Name ASC">
|