<?php switch ((int)$GLOBALS['_GET']['code']) { case 404: echo $GLOBALS['app.uri'] .' не найден!'; break; }