From 6ce5cd79202821ad090c452e7f800eed5936d4ba Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Sun, 5 Jun 2011 21:21:24 -0400 Subject: Disabled ContentList for anime :/ --- controllers/ContentController.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'controllers') diff --git a/controllers/ContentController.php b/controllers/ContentController.php index 0e34022..f024b97 100644 --- a/controllers/ContentController.php +++ b/controllers/ContentController.php @@ -7,10 +7,7 @@ class ContentController extends \lithium\action\Controller { public $publicActions = array('anime'); public function index($type) //type has to equal something - { - - - + { switch($type) { case "anime": $content = Anime::all(compact('limit','page','order')); $total = Anime::count(); -- cgit v1.2.3