You need to upgrade your Flash Player

Missing Method in ShoutsController

Error: The action www.iscreamrecords.com is not defined in controller ShoutsController

Error: Create ShoutsController::www.iscreamrecords.com() in file: app/controllers/shouts_controller.php.

<?php
class ShoutsController extends AppController {

	var $name = 'Shouts';


	function www.iscreamrecords.com() {

	}

}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.