Missing Controller

Error: TranslationsController could not be found.

Error: Create the class TranslationsController below in file: app/controllers/translations_controller.php

<?php
class TranslationsController extends AppController {

	var $name = 'Translations';
}
?>

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

Click here to view samples of Our Work