'; echo __d('cake_dev', 'Your tmp directory is writable.'); echo ''; else: echo ''; echo __d('cake_dev', 'Your tmp directory is NOT writable.'); echo ''; endif; ?>

'; echo __d('cake_dev', 'The %s is being used for caching. To change the config edit APP/config/core.php ', ''. $settings['engine'] . 'Engine'); echo ''; else: echo ''; echo __d('cake_dev', 'Your cache is NOT working. Please check the settings in APP/config/core.php'); echo ''; endif; ?>

'; echo __d('cake_dev', 'Your database configuration file is present.'); $filePresent = true; echo ''; else: echo ''; echo __d('cake_dev', 'Your database configuration file is NOT present.'); echo '
'; echo __d('cake_dev', 'Rename config/database.php.default to config/database.php'); echo '
'; endif; ?>

isConnected()): echo ''; echo __d('cake_dev', 'Cake is able to connect to the database.'); echo ''; else: echo ''; echo __d('cake_dev', 'Cake is NOT able to connect to the database.'); echo ''; endif; ?>

'; __('PCRE has not been compiled with Unicode support.'); echo '
'; __('Recompile PCRE with Unicode support by adding --enable-unicode-properties when configuring'); echo '

'; } ?>

To change its layout, create: APP/views/layouts/default.ctp.
You can also add some CSS styles for your pages at: APP/webroot/css.'); ?>

Html->link( sprintf('%s %s', __d('cake_dev', 'New'), __d('cake_dev', 'CakePHP 1.3 Docs')), 'http://book.cakephp.org/view/875/x1-3-Collection', array('target' => '_blank', 'escape' => false) ); ?>

Html->link( __d('cake_dev', 'The 15 min Blog Tutorial'), 'http://book.cakephp.org/view/1528/Blog', array('target' => '_blank', 'escape' => false) ); ?>