コード例 #1
0
ファイル: bbcode.php プロジェクト: RoxasShadow/nerdz.eu
<?php

ob_start('ob_gzhandler');
require_once $_SERVER['DOCUMENT_ROOT'] . '/class/autoload.php';
$user = new NERDZ\Core\User();
$tplcfg = $user->getTemplateCfg();
ob_start(array('NERDZ\\Core\\Utils', 'minifyHTML'));
?>
<!DOCTYPE html>
<html lang="<?php 
echo $user->getBoardLanguage();
?>
">
    <head>
        <meta name="author" content="Paolo Galeone" />
        <meta name="keywords" content="nerdz, social network, user profile, paste, source code, programming" />
        <meta name="description" content="NERDZ is a mix between a social network and a forum. You can share your code, enjoy information technology, talk about nerd stuff and more. Join in!" />
        <meta name="robots" content="index,follow" />
        <title><?php 
echo NERDZ\Core\Utils::getSiteName();
?>
 - BBCode</title>
<?php 
$headers = $tplcfg->getTemplateVars('bbcode');
require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/common/jscssheaders.php';
ob_flush();
?>
    </head>
<body>
    <div id="body">
<?php