mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
Release 3.1.0
This commit is contained in:
@@ -14,7 +14,7 @@ class PictureController extends Controller
|
||||
*/
|
||||
public function index()
|
||||
{
|
||||
return view('public.allpicture',['pictures' => \App\Picture::paginate(6)]);
|
||||
return view('public.allpicture',['pictures' => \App\Picture::paginate(\App\Config::getData('text_public_picture_nb'))]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user