?> </head> <body itemscope itemtype="http://schema.org/WebPage"> <a name="top"></a> <header> <span> <?php echo cal_name(); ?> <div id="tag">Publishing awesome events.</div> </span> <aside> <?php mini_search('Search Events by Keyword', 0); ?> </aside> </header> <nav> <?php build_breadcrumb($crumbs); ?> </nav> <section id="events"> <article> <section> <fieldset id="signin"> <legend>Select Your Account to Sign In</legend> <?php
/** * Output mini search form (keyword only search) to a page outside of Helios Calendar. * @since 2.0.0 * @version 2.0.0 * @param string $holder placeholder for input textbox * @param integer $button [optional] 0 = do NOT output button, 1 = include "search events" form submit button (Default:0) * @return void */ function int_mini_search($holder = '', $button = 0) { mini_search($holder, $button); }