From 7fae75753d21d98657bca8773e71720487b0afb8 Mon Sep 17 00:00:00 2001 From: gwoo Date: Sat, 24 Nov 2007 18:40:56 +0000 Subject: [PATCH] updating home.ctp git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6070 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/console/libs/templates/views/home.ctp | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/cake/console/libs/templates/views/home.ctp b/cake/console/libs/templates/views/home.ctp index cfb6d370a..ecd1bc255 100644 --- a/cake/console/libs/templates/views/home.ctp +++ b/cake/console/libs/templates/views/home.ctp @@ -23,17 +23,13 @@ endif; '; - echo '

'; + echo ''; echo sprintf(__('The %s is being used for caching. To change the config edit APP/config/core.php ', true), ''. \$settings['engine'] . 'Engine'); - echo '

'; - echo ''; + echo ''; else: - echo '
'; - echo '

'; + echo ''; __('Your cache is NOT working. Please check the settings in APP/config/core.php'); - echo '

'; - echo '
'; + echo ''; endif; ?>