Missing Method in produkte

Error: The action mobileapplikationenpages is not defined in controller produkte

Error: Create produkte::mobileapplikationenpages() in file: app/controllers/produkte.php.

<?php
class produkte extends AppController {

	var $name = 'Produkte';


	function mobileapplikationenpages() {

	}

}
?>

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