Title1

Title2

Title3

4-1 常用標籤替換

  1. lang
    <html lang="<{$xoops_langcode}>">

     

  2. head
    meta
        <meta charset="<{$xoops_charset}>">
        <meta name="keywords" content="<{$xoops_meta_keywords}>">
        <meta name="description" content="<{$xoops_meta_description}>">
        <meta name="robots" content="<{$xoops_meta_robots}>">
        <meta name="rating" content="<{$xoops_meta_rating}>">
        <meta name="author" content="<{$xoops_meta_author}>">
        <meta name="generator" content="XOOPS">

    jquery
     

    
        <script src="<{$xoops_url}>/browse.php?Frameworks/jquery/jquery.js"></script>
    
        <link rel="alternate" type="application/rss+xml" title="" href="<{xoAppUrl backend.php}>">
    
        <title><{if $xoops_dirname == "system"}><{$xoops_sitename}><{if $xoops_pagetitle !=''}> - <{$xoops_pagetitle}><{/if}><{else}><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> - <{$xoops_sitename}><{/if}><{/if}></title>
    
    
        <{$xoops_module_header}>

     

  3.