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="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!" /> <title><?php echo NERDZ\Core\Utils::getSiteName(), ' - ', $user->lang('TERMS'); ?> </title> <?php $headers = $tplcfg->getTemplateVars('terms'); require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/common/jscssheaders.php'; ?> </head> <?php ob_flush(); ?> <body> <div id="body"> <?php require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/header.php'; require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/terms.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 require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/header.php'; require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/bbcode.php'; require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/footer.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(), ' - ', $user->lang('PROJECTS_LIST'); ?> </title> <?php $headers = $tplcfg->getTemplateVars('projectslist'); require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/common/jscssheaders.php'; ?> </head> <?php ob_flush(); ?> <body> <div id="body"> <?php require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/header.php'; require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/projectslist.php';
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="robots" content="index,follow" /> <title><?php echo NERDZ\Core\Utils::getSiteName(), ' - ', $user->lang('ERROR'); ?> </title> <?php $headers = $tplcfg->getTemplateVars('error'); require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/common/jscssheaders.php'; ?> </head> <?php ob_flush(); ?> <body> <div id="body"> <?php require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/header.php'; require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/error.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(), ' - ', $user->lang('PREVIEW'); ?> </title> <?php $headers = $tplcfg->getTemplateVars('preview'); require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/common/jscssheaders.php'; ?> </head> <?php ob_flush(); ?> <body> <div id="body"> <?php require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/header.php'; require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/preview.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, share system" /> <meta name="description" content="nerdz share system, tha share web pages from other sites" /> <meta name="robots" content="index,follow" /> <title><?php echo NERDZ\Core\Utils::getSiteName(), ' - ', $user->lang('SHARE'); ?> </title> <?php $headers = $tplcfg->getTemplateVars('share'); require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/common/jscssheaders.php'; ?> </head> <?php ob_flush(); ?> <body> <div id="body"> <?php require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/share.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="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!" /> <title><?php echo NERDZ\Core\Utils::getSiteName(), ' - ', $user->lang('INFORMATIONS'); ?> </title> <?php $headers = $tplcfg->getTemplateVars('informations'); require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/common/jscssheaders.php'; ?> </head> <?php ob_flush(); ?> <body> <div id="body"> <?php require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/header.php'; require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/informations.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" /> <title><?php echo NERDZ\Core\Utils::getSiteName(), ' - ', $user->lang('PREFERENCES'); ?> </title> <?php $headers = $tplcfg->getTemplateVars('preferences'); require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/common/jscssheaders.php'; ?> </head> <?php ob_flush(); ?> <body> <div id="body"> <?php require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/header.php'; require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/preferences/main.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(), ' - ', $user->lang('USERS_LIST'); ?> </title> <?php $headers = $tplcfg->getTemplateVars('userslist'); require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/common/jscssheaders.php'; ?> </head> <?php ob_flush(); ?> <body> <div id="body"> <?php require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/header.php'; require_once $_SERVER['DOCUMENT_ROOT'] . '/pages/userslist.php';