Ejemplo n.º 1
0
echo ra_logo();
?>
			</div>
			<?php 
$context->ra_user_box();
?>
			<a class="ask-btn btn btn-danger btn-sm" href="<?php 
echo $context->content['navigation']['main']['ask']['url'];
?>
"><?php 
ra_lang('Ask Questions');
?>
</a>			
			
			<?php 
echo ra_nav($context->content, 'main-menu nav navbar-nav', true);
?>
			
			
      </div>
    </div>
	

	<?php 
if (ra_edit_mode() && ra_is_admin()) {
    include DUDE_THEME_DIR . '/inc/builder_elm.php';
}
?>

	<section id="main" <?php 
echo qa_opt('ra_nav_fixed') ? ' class="has-fixed-top"' : '';
Ejemplo n.º 2
0
 function sc_ra_menu_list()
 {
     if (qw_hook_exist(__FUNCTION__)) {
         $args = func_get_args();
         array_unshift($args, $this);
         return qw_event_hook(__FUNCTION__, $args, NULL);
     }
     $this->output_raw('<h3 class="widget-title">' . _ra_lang('Site links') . '</h3><div class="site-menu clearfix">' . ra_nav($this->content, 'widget-menu') . '</div>');
 }