This topic is locked

{message}

4/19/2008 7:57:46 PM
PHPRunner General questions
N
nickrix author

Is there a way of changing the message - and different per page?
if so how? i want to say no directors found instead of no records found, where can i find this?
Cheers

Nick

mikue from germany 4/20/2008

Find in each *_list.php page

$smarty->assign("message","No records found");

and replace with

$smarty->assign("message","No directors found");
Greetings Michael