修改drupal的表单(form)主题
时间:2009-06-26 来源:AppleDragon
500)this.width=500;" border="0">
500)this.width=500;" border="0">
Step 1. Create search form using Drupal Form API.
Step 2. Register our theme in Drupal theme registry using hook_theme().
Step 3. Create search-form.tpl.php file to theme this search form.
function search_form() { |
|
function search_theme() { |
<table cellspacing="0"> |