跳至主內容區

XOOPS輕鬆架

:::

主內容區域

選擇後會自動跳轉頁面

5-4 templates/aside.tpl

<!-- 年度文章 -->
<div class="list-group">
  {foreach $article_count as $yc}
    <a href="{$url}/index.php?year={$yc.year}" class="list-group-item d-flex justify-content-between align-items-center {if $year==$yc.year}active{/if}">
      {$yc.year}
      <span class="badge bg-success rounded-pill">{$yc.count}</span>
    </a>
  {/foreach}
</div>

{if $is_admin}
  <div class="d-grid gap-2 mt-3">
    <a href="{$url}/admin/index.php" class="btn btn-primary">
      <i class="fas fa-pencil-alt"></i> 新增文章
    </a>
  </div>
{/if}

 

選擇後會自動跳轉頁面

:::

左邊區域內容

書籍目錄

展開 | 闔起

快速登入


右邊區域內容

請掃此 QR Code 可連至此頁面

計數器

今天: 1967196719671967
昨天: 3121312131213121
總計: 9439851943985194398519439851943985194398519439851

頁尾區域