{parts/gtag_head.html}
{parts/gtag_body.html}| Você poderia utilizar o error_reporting para exibir os erros e desconsiderar o Deprecated. |
| <?php |
| // Report all errors except E_NOTICE and E_DEPRECATED |
| error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED); |
| ?> |