theme_archive_browse_form

Versions
4.7
theme_archive_browse_form($form)

Form theme function; displays the archive date navigation form inline.

Code

modules/archive.module, line 288

<?php
function theme_archive_browse_form($form) {
  $output = '<div class="container-inline archive">' . form_render($form) . '</div>';
  return $output;
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.