Fix some tabs :(.
這個提交存在於:
父節點
56647a44eb
當前提交
19baa9bdf5
共有 2 個檔案被更改,包括 2 行新增 和 2 行删除
|
|
@ -2,7 +2,7 @@ DirectoryIndex index.php
|
||||||
|
|
||||||
<IfModule mod_xsendfile.c>
|
<IfModule mod_xsendfile.c>
|
||||||
<Files fetch.php>
|
<Files fetch.php>
|
||||||
XSendFile on
|
XSendFile on
|
||||||
</Files>
|
</Files>
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
|
|
|
||||||
2
base.php
2
base.php
|
|
@ -465,7 +465,7 @@ class Page
|
||||||
if (!is_null ($series)) array_push ($this->entryArray, $series);
|
if (!is_null ($series)) array_push ($this->entryArray, $series);
|
||||||
$tags = Tag::getCount();
|
$tags = Tag::getCount();
|
||||||
if (!is_null ($tags)) array_push ($this->entryArray, $tags);
|
if (!is_null ($tags)) array_push ($this->entryArray, $tags);
|
||||||
$languages = Language::getCount();
|
$languages = Language::getCount();
|
||||||
if (!is_null ($languages)) array_push ($this->entryArray, $languages);
|
if (!is_null ($languages)) array_push ($this->entryArray, $languages);
|
||||||
foreach ($config['cops_calibre_custom_column'] as $lookup) {
|
foreach ($config['cops_calibre_custom_column'] as $lookup) {
|
||||||
$customId = CustomColumn::getCustomId ($lookup);
|
$customId = CustomColumn::getCustomId ($lookup);
|
||||||
|
|
|
||||||
載入中…
新增表格
Add a link
新增問題並參考