Browse Source

多个ID nav_menu

pull/16/head
Zisbusy 2 years ago
parent
commit
e668049e1a
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      Akina/header.php

+ 1
- 2
Akina/header.php View File

@ -12,7 +12,6 @@ define("theprofile", authorProfile($this->options->profile,theurl));
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="renderer" content="webkit">
<meta http-equiv="Cache-Control" content="no-transform" />
@ -88,7 +87,7 @@ define("theprofile", authorProfile($this->options->profile,theurl));
<!-- 分类 -->
<div class="lower">
<nav>
<ul id="nav_menu" class="menu"><li class="current-menu-item"><a href="<?php $this->options ->siteUrl(); ?>">首页</a></li>
<ul class="menu"><li class="current-menu-item"><a href="<?php $this->options ->siteUrl(); ?>">首页</a></li>
<li><a href="#">分类</a>
<ul class="sub-menu">
<?php $this->widget('Widget_Metas_Category_List')->parse('<li><a href="{permalink}">{name}</a></li>'); ?>

Loading…
Cancel
Save