Browse Source

首页用 ananke 模版

visuddhinanda 2 năm trước cách đây
mục cha
commit
a80fbe6687
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app/Http/Controllers/PageIndexController.php

+ 2 - 2
app/Http/Controllers/PageIndexController.php

@@ -29,7 +29,7 @@ class PageIndexController extends Controller
                     'link'=>'dict',
                 ],
             ];
-        return view('solarize',['nav'=>$nav,'title' => '巴 利 圣 典 文 库','subtitle' => '巴利圣典翻译计划欢迎您的参与']);
+        return view('ananke',['nav'=>$nav,'title' => '巴 利 圣 典 文 库','subtitle' => '巴利圣典翻译计划欢迎您的参与']);
     }
-    
+
 }