';
// Arix Widget
if ( !dynamic_sidebar( 'arix-widget' ) ) {
$args = array(
'before_widget' => '
',
'before_title' => '',
'after_title' => '
'
);
the_widget('arixwp_login_widget', 'title=' . __('My Account',THEMENAME) . '', $args);
the_widget('arixwp_tweet_widget', 'title=' . __('Twitter',THEMENAME) . '', $args);
}
echo '';
?>