Ejemplo n.º 1
0
            $info[$key] = $value;
        }
        if ($info['name'] && $info['theme']) {
            array_push($themes, $info);
        }
    }
}
if ($_GET['activate']) {
    $POD->setLibOptions('currentTheme', $_GET['activate']);
    $POD->saveLibOptions();
    if (!$POD->success()) {
        $message = $POD->error();
    } else {
    }
}
$currentTheme = $POD->currentTheme();
$POD->changeTheme('admin');
$POD->header();
$current_tab = "themes";
?>
	
	<?php 
include_once "option_nav.php";
?>
	<?php 
if ($message) {
    ?>
		<div class="info">
		
			<?php 
    echo $message;