Commit 49861d32 by Bagus Pambudi

fix gallery index view

parent c24d651d
......@@ -23,7 +23,6 @@ class FrontController extends Controller
if (Session::get('selected_language') == 'id') {
$data = $this->getDataId($setting);
dd($data);
return view('webprofile.front.'.$setting['theme'].'.index', $data);
} elseif (Session::get('selected_language') == 'en') {
$data = $this->getDataEn($setting);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment