function tdomf_theme_widget_form($args, $params)
 {
     extract($args);
     $form_id = $params;
     if (!tdomf_form_exists($form_id)) {
         $form_id = tdomf_get_first_form_id();
     }
     echo $before_widget;
     echo $before_title;
     echo tdomf_get_option_form(TDOMF_OPTION_NAME, $form_id);
     echo $after_title;
     tdomf_the_form($form_id);
     echo "<br/><br/>\n";
     echo $after_widget;
 }
Beispiel #2
0
					</select>
                    <input  type="image" src="http://dito.areato.org/wp-content/themes/area/imgs/search.gif" name="submit"  id="subaanunci" />
                </form>
             </div>
    </div>
                  <div class="formText">  
                  <h3 class="headOfferte">Offerte</h3>
                    <?php 
    tdomf_the_form(1);
    ?>
                    </div>
                    
                    <div class="formRicerche">  
                  <h3 class="headOfferte">Ricerche</h3>
                    <?php 
    tdomf_the_form(2);
    ?>
                    </div>
                    
                    
			</div>

		

		<div class="navigation">
			<div class="alignleft"><?php 
    next_posts_link('&laquo; Older Entries');
    ?>
</div>
			<div class="alignright"><?php 
    previous_posts_link('Newer Entries &raquo;');