Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
error_reporting(E_ERROR | E_PARSE);
//error_reporting(E_ERROR | E_PARSE);
191 $size = getimagesize($FORM['banner_url']); THIS IS THE LINE THAT IS HAVING ALL OF THE TROUBLE
191 $size = @getimagesize($FORM['banner_url']); THIS IS THE LINE THAT IS HAVING ALL OF THE TROUBLE
<img src="{$banner_url}" alt="{$lng->g_banner_url}"/>