Exemplo n.º 1
0
 public function buildRecentXXXTable()
 {
     if (defined('SHOW_XXX') && SHOW_XXX === 'checked') {
         RecentReleases::buildRecentTable(Category::CAT_PARENT_XXX, "XXX");
     }
 }
Exemplo n.º 2
0
<!DOCTYPE html>
<?php 
require_once 'config.php';
if (!file_exists(NN_WWW . DS . 'config.php')) {
    # send the browser to the configuration page, something is wrong!
    header("Location: configure.php");
}
require_once 'lib/recentreleases.php';
$rr = new RecentReleases();
?>
<html lang="en">
<meta http-equiv="refresh" content="30">
<?php 
include 'includes/header.php';
?>

<body>


<?php 
include 'includes/topbar.php';
?>

<div class="container-fluid">
	<div class="row-fluid">

		<?php 
include 'includes/leftmenu.php';
?>

		<noscript>