Lines Matching full:out
64 $out = '<div class="bs-sidebar" role="navigation">';
65 //$out .= '<ul class="nav nav-pills nav-stacked affix">';
66 $out .= '<ul class="nav">';
81 $out .= '</li>';
84 $out .= '';
87 $out .= '<li><a href="' . $href . '">'. $heading['title'] . '</a>';
91 $out .= '<ul class="nav">';
92 $out .= '<li><a href="' . $href . '">'. $heading['title'] . '</a>';
100 $out .= '</li>';
101 $out .= '</ul>';
103 $out .= '</li>';
107 $out .= '';
110 $out .= '</ul>';
111 $out .= '<li><a href="' . $href . '">'. $heading['title'] . '</a>';
119 $out .= '</li>';
122 $out .= '</ul>';
123 $out .= '</div>';
125 return $out;
137 …C is returned as HTML, but then ignore the returned string. The hook will instead dump out the TOC.