debug
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
{block name="logo-html"}
|
||||
<h2>
|
||||
<a href="/pc/">
|
||||
<a href="{$strPcPath}/">
|
||||
{$DomainModel->d_name}-{$DomainModel->d_text_logo}
|
||||
</a>
|
||||
</h2>
|
||||
@@ -75,14 +75,14 @@
|
||||
{if $intPage == 1}
|
||||
<li class="disabled"><span>«</span></li>
|
||||
{else}
|
||||
<li><a href="/pc/search.html?keyword=我&page={$intPage-1}">«</a></li>
|
||||
<li><a href="{$strPcPath}/search.html?keyword=我&page={$intPage-1}">«</a></li>
|
||||
{/if}
|
||||
{/case}
|
||||
{case value="下一页"}
|
||||
{if $intPage >= $intTotalPage}
|
||||
<li class="disabled"><span>»</span></li>
|
||||
{else}
|
||||
<li><a href="/pc/search.html?keyword=我&page={$intPage+1}">»</a></li>
|
||||
<li><a href="{$strPcPath}/search.html?keyword=我&page={$intPage+1}">»</a></li>
|
||||
{/if}
|
||||
{/case}
|
||||
{case value="..."}
|
||||
@@ -91,7 +91,7 @@
|
||||
{default /}
|
||||
{if preg_match('/^\d+$/', $vo.label)}
|
||||
<li class='{eq name="vo.label" value="$intPage"}active {/eq}'>
|
||||
<a href="/pc{$vo.url}">{$vo.label}</a>
|
||||
<a href="{$strPcPath}{$vo.url}">{$vo.label}</a>
|
||||
</li>
|
||||
{/if}
|
||||
{/switch}
|
||||
|
||||
Reference in New Issue
Block a user