Missing Controller
Error: AnthropologyController could not be found.
Error: Create the class AnthropologyController below in file: app/controllers/anthropology_controller.php
<?php
class AnthropologyController extends AppController {
var $name = 'Anthropology';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
