0) { $arts = DisplayListOfArticles(); } else $arts=''; if (count($keywords)>0) { for ($i=1;$i'; $s = str_replace('{number}',$i,$s); $s = str_replace('{link_title}',$title,$s); $s = str_replace('{link_description}',"A full list of resources about $title, with links to other relevant sites",$s); $s = str_replace('{full-link-path}',$f,$s); $html.=$s; } } $tpl = FillCommon($tpl, '',0); $tpl = str_replace('{resource-listing}',$html,$tpl); $tpl = str_replace('{article-listing}',$arts,$tpl); if (strpos($tpl, '{image}')>0) $tpl = str_replace('{image}',IMAGE,$tpl); echo $tpl; ?>