Skip to content

Commit

Permalink
https
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Dec 31, 2016
2 parents 8f4ff71 + 1a55e87 commit 4d1d503
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Application/Home/Controller/ItemController.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ public function ajaxDelete(){
D("Page")->where("item_id = '$item_id' ")->delete();
D("Catalog")->where("item_id = '$item_id' ")->delete();
D("PageHistory")->where("item_id = '$item_id' ")->delete();
D("ItemMember")->where("item_id = '$item_id' ")->delete();
$return = D("Item")->where("item_id = '$item_id' ")->delete();

if (!$return) {
Expand Down
1 change: 1 addition & 0 deletions Application/Home/View/Index/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@

<div id="dowebok">
<div class="section">
<img src="__PUBLIC__/logo/b_64.png" alt="">
<h1>{$Think.lang.section_title1}</h1>
<br>
<p>{$Think.lang.section_description1}</p>
Expand Down
2 changes: 1 addition & 1 deletion Application/Home/View/Item/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</div>

</ul>
<h3 class="muted">ShowDoc</h3>
<h3 class="muted"><img src="__PUBLIC__/logo/b_64.png" style="width:50px;height:50px;margin-bottom:15px;" alt="">ShowDoc</h3>
</div>

<hr>
Expand Down
Binary file added Public/logo/Entypo_2712(0).ico
Binary file not shown.
Binary file added Public/logo/b_32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Public/logo/b_64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Public/logo/w_32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Public/logo/w_64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 中文版教程:https://www.showdoc.cc/help
## 中文版教程:https://www.showdoc.cc/help

### What is ShowDoc ?

Expand Down
Binary file added favicon.ico
Binary file not shown.

0 comments on commit 4d1d503

Please sign in to comment.