equal
deleted
inserted
replaced
133 while ( $ticker < 3 ) |
133 while ( $ticker < 3 ) |
134 { |
134 { |
135 $ticker++; |
135 $ticker++; |
136 $html .= '<td style="width: 33.3%;" class="' . $class . '"></td>'; |
136 $html .= '<td style="width: 33.3%;" class="' . $class . '"></td>'; |
137 } |
137 } |
|
138 $html .= '</tr>'; |
138 $html .= '</table></div>'; |
139 $html .= '</table></div>'; |
139 } |
140 } |
140 if ( $do_subs && $do_pages ) |
141 if ( $do_subs && $do_pages ) |
141 { |
142 { |
142 $html .= '<h3>Pages</h3>'; |
143 $html .= '<h3>Pages</h3>'; |
183 while ( $ticker < 3 ) |
184 while ( $ticker < 3 ) |
184 { |
185 { |
185 $ticker++; |
186 $ticker++; |
186 $html .= '<td style="width: 33.3%;" class="' . $class . '"></td>'; |
187 $html .= '<td style="width: 33.3%;" class="' . $class . '"></td>'; |
187 } |
188 } |
|
189 $html .= '</tr>'; |
188 $html .= '</table></div>'; |
190 $html .= '</table></div>'; |
189 } |
191 } |
190 return $html; |
192 return $html; |
191 } |
193 } |