'. $author_desctiption .'';}?>
". $object -> title . "";
}
}
public function end_el( &$output, $object, $depth = 0, $args = array(), $current_object_id = 0 ) {
if ($depth == 0){
$output .= "
";
}
}
}
if ( has_nav_menu('leftbar_author_links') ){
echo "
";
wp_nav_menu( array(
'container' => '',
'theme_location' => 'leftbar_author_links',
'items_wrap' => '%3$s',
'depth' => 0,
'walker' => new leftbarAuthorLinksWalker()
) );
echo "
";
}
?>
". $object -> title . "";
}
}
public function end_el( &$output, $object, $depth = 0, $args = array(), $current_object_id = 0 ) {
if ($depth == 0){
$output .= "";
}
}
}
if ( has_nav_menu('leftbar_friend_links') ){
echo "
Links
";
wp_nav_menu( array(
'container' => '',
'theme_location' => 'leftbar_friend_links',
'items_wrap' => '%3$s',
'depth' => 0,
'walker' => new leftbarFriendLinksWalker()
) );
echo "
";
}else{
echo "
";
}
?>