This topic is locked
[SOLVED]

 How To Hide The Entire Details Found Block

1/13/2013 6:33:34 AM
PHPRunner General questions
D
dannche author

Dear All,
How do to hide the details found block on each page.


Thanks in advance for all the help rendered.
Regards,

Danny

C
cgphp 1/13/2013

In the "Before display" event of the List page, enter the following code:

$xt->assign('details_block', false);
D
dannche author 1/13/2013



In the "Before display" event of the List page, enter the following code:

$xt->assign('details_block', false);



Thanks again Cristian. What would I do without you. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=69329&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />