tengo el siguinete codigo en php
y quiero llamar esta funcion a un archivo .tpl
como lo puedo hacer?
<?
$keywords = 6; //numero de textos que se rotarán
$random = rand(1,$keywords);
$txt = array();
$txt[1] = "Arrears Mortgage Problem";
$txt[2] = "Arrears Mortgage";
$txt[3] = "Adverse Remortgage uk";
$txt[4] = "Bad Credit Mortgage Remortgage";
$txt[5] = "Arrears Mortgage uk";
$txt[6] = "Bad Credit Mortgage";
echo showFeed("$txt[$random]");
?>