Exemplo n.º 1
0
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
require_once $_SERVER["DOCUMENT_ROOT"] . '/core/core.php';
$microbordo = new MicroBordo();
$frontend = new FrontEnd();
?>
<!DOCTYPE html>
<html>
    <head>
        <title><?php 
$microbordo->pageTitle();
?>
</title>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <link rel="icon" type="image/x-icon" href="<?php 
echo MicroBordo::BASE_URL . MicroBordo::IMG_DIR;
?>
favicon.ico" />

        <?php 
$frontend->getStyles();
$frontend->getScripts();
?>

    </head>
    <body>