Esempio n. 1
0
	</li>
	
	<?php 
    wp_list_bookmarks('&title_li=');
    ?>
	
<?php 
}
?>
	
<?php 
// Load Dynamic Sidebars
if (!function_exists('dynamic_sidebar')) {
    showDefault();
} else {
    if (is_page()) {
        if (!dynamic_sidebar('Pages Sidebar')) {
            showDefault();
        }
    } elseif (is_page('sites')) {
        if (!dynamic_sidebar('Sites Sidebar')) {
            showDefault();
        }
    } else {
        if (!dynamic_sidebar('Blog Sidebar')) {
            showDefault();
        }
    }
}
?>
</ul>
Esempio n. 2
0
?>
"/>
	<input type="hidden" name="do" id="do" value="save" />
	<input type="hidden" name="adminhash" value="<?php 
echo ADMINHASH;
?>
" />
	<input type="hidden" name="securitytoken" value="<?php 
$vbulletin->userinfo['securitytoken'];
?>
" />
	<div id="edit_block">
		<?php 
$vbulletin->input->clean_array_gpc('r', array('do' => TYPE_STR, 'sectionid' => TYPE_INT, 'count' => TYPE_INT));
if (!$vbulletin->GPC_exists['sectionid'] or !$vbulletin->GPC['sectionid']) {
    echo showDefault();
} else {
    echo getSectionTable($vbulletin->GPC['sectionid']);
}
?>
</div><!-- -->
</div>
</form>
<br />
<div  style="width:90%;text-align:<?php 
echo vB_Template_Runtime::fetchStyleVar('left');
?>
;margin:auto;" id="sections">
	<div>
		<strong><?php 
echo $vbphrase['click_on_section'];