Page 1 of 1

How to turn off popups?

Posted: Sun May 19, 2013 4:01 pm
by bikej
Please tell me how to edit template to turn off popups?

Re: How to turn off popups?

Posted: Mon May 27, 2013 4:21 pm
by Vasiljevski
You just need to remove the popup init code from the template, for example in classic template you should remove these two lines:
Line: 21

Code: Select all

$html = $AG->initPopup();
Line: 75

Code: Select all

$html.=$AG->endPopup();
It is similar for other templates.