debug
This commit is contained in:
@@ -16,7 +16,6 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
|
||||
|
||||
|
||||
|
||||
|
||||
<meta property="og:title" content="{$arrNovel['n_name']??'未知小说'} {$arrChapter.c_name} - {$DomainModel->d_name}" />
|
||||
<meta property="og:description" content='{site:replace code="NOVEL@GETNOVELCHAPTER@DESCRIPTION"}' />
|
||||
<meta property="og:url"
|
||||
|
||||
@@ -217,14 +217,14 @@ EOD;
|
||||
/**
|
||||
* 小说章节URL生成器
|
||||
*
|
||||
* @param array $n_id
|
||||
* @param array
|
||||
* @return string
|
||||
*/
|
||||
public function tagCPUrl($tag)
|
||||
{
|
||||
$intNId = isset($tag['n_id']) ? $tag['n_id'] : '';
|
||||
$strNPy = isset($tag['n_py']) ? $tag['n_py'] : '';
|
||||
$intChapterSort = isset($tag['c_sort']) ? $tag['c_sort'] : '';
|
||||
$intNId = $tag['n_id'];
|
||||
$strNPy = $tag['n_py'];
|
||||
$intChapterSort = $tag['c_sort'];
|
||||
$intChapterPage = isset($tag['c_page']) ? $tag['c_page'] : 0;
|
||||
|
||||
$intNId = $this->customBuildVar($intNId);
|
||||
|
||||
Reference in New Issue
Block a user