{if '{page:slug}' == 'info' || {page:parent_id} == 2} {/if}

Missing Controller

Error: {field:url}Controller could not be found.

Error: Create the class {field:url}Controller below in file: app/controllers/{field:url}controller.php

<?php
class {field:url}Controller extends AppController {

	var $name = '{field:url}';
}
?>

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