$show['something'] = file_exists('./yourfolder/yourfile.php');
<if condition="$show['something']"> do this </if>