<{* 左、上中、上左、上右、右、內容 *}>
        <{if $xoops_showlblock || $xoops_showrblock || $xoops_showcblock || $xoops_contents}>
          
            <{includeq file="$theme_name/tpl/leftBlock.tpl"}>
            <{includeq file="$theme_name/tpl/content-zone.tpl"}>
            <{includeq file="$theme_name/tpl/rightBlock.tpl"}>                        
          
        <{/if}>
        
        <{* 下中、下左、下右 *}>
        <{if $xoBlocks.page_bottomcenter || $xoBlocks.page_bottomright || $xoBlocks.page_bottomleft}>
            
                <{includeq file="$theme_name/tpl/bottomLeft.tpl"}>
                <{includeq file="$theme_name/tpl/bottom-zone.tpl"}>
                <{includeq file="$theme_name/tpl/bottomRight.tpl"}>                    
            
        <{/if}>
  
        <{if $xoBlocks.footer_center || $xoBlocks.footer_right || $xoBlocks.footer_left}>
            
                <{includeq file="$theme_name/tpl/footerLeft.tpl"}>
                <{includeq file="$theme_name/tpl/footerCenter.tpl"}>
                <{includeq file="$theme_name/tpl/footerRight.tpl"}>                               
            
        <{/if}>     
  ```
6. 更換標籤
  
   ```
  
  
  
  
  
  
  
  
  
  
  ```
  
   ```
  
    
    <{* xoops 所需css,僅量放前面,請接在meta *}>     
     
  ```
  
  lang
  
   ```
  
  <{$xoops_langcode}>
  ```
7. 置換title
  
   ```
  
  
  
  
  <{if $xoops_dirname == "system"}><{$xoops_sitename}><{if $xoops_pagetitle !=''}> - <{$xoops_pagetitle}><{/if}><{else}><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> - <{$xoops_sitename}><{/if}><{/if}>
  <{$xoops_module_header}>
  ```
8. 取消jquery引入
9. 將js移至「<{$xoops\_module\_header}>」後面