149 : <!--- If First Article does not have an image, use channel photo instead. --->
150 : <cfset k_strTCASubChannel = Trim(ListGetAt(GetTCAHeadingNews.DocPath, 2, '/\'))>
151 : <cfset k_nTCASubTemp = ListFindNoCase(k_strSubChannelDir[k_strTCAChannelIndex], k_strSubChannel, ",")>
152 : <cfif k_nTCASubTemp gt 0>
153 : <cfdirectory action="LIST" name="PageListTCA" directory="#k_strFTPDir#News\#GetTCAHeadingNews.DocIssue#\" filter="#Right(uv_dtPublishDate, 2)#pg#uv_strChannel#*s.jpg" sort="Name ASC">
|