Changeset 1796
- Timestamp:
- 04/08/08 03:15:25 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-33/default_templates/search_results.mtml
r1729 r1796 100 100 <div id="alpha-inner"> 101 101 102 103 <mt:ignore><!-- Display search results --></mt:ignore> 102 <mt:ignore><!-- 103 Below is the block to show search results. 104 This makes an independent block to support 105 Ajax-based background retrieval of the next search results. 106 --></mt:ignore> 107 <MTSetVarTemplate id="search_results" name="search_results"> 104 108 <MTSearchResults> 105 109 <MTBlogResultHeader> … … 127 131 </MTBlogResultFooter> 128 132 </MTSearchResults> 133 </MTSetVarTemplate> 134 <mt:ignore><!-- Display search results constructed in the block above --></mt:ignore> 135 <mt:var name="search_results"> 129 136 130 137
