Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
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?CheersNick
Find in each *_list.php page$smarty->assign("message","No records found"); and replace with$smarty->assign("message","No directors found"); Greetings Michael