55f4cd097fc51f12296bcb75ada62116694e5195

Author: AD7six

Date: 2009-04-09 21:04:58 +0200

adding cakefest link

diff --git a/views/layouts/default.ctp b/views/layouts/default.ctp index 040969b..f0c15f9 100644 --- a/views/layouts/default.ctp +++ b/views/layouts/default.ctp @@ -147,7 +147,9 @@ echo $html->meta('keywords', ?> <cake:nocache> <?php echo $this->element('side_menu'); ?> - </cake:nocache> + </cake:nocache> + <?php echo $html->image('cakefest2009.png', array( + 'id' => 'cakefest', 'url' => 'http://cakefest.org', 'alt' => 'CakeFest #3: July 9-12 2009 Berlin!')); ?> </div> <div id="body"> <?php echo $this->element('crumbs'); ?> diff --git a/webroot/css/cake.cookbook.css b/webroot/css/cake.cookbook.css index e636203..a7766d9 100644 --- a/webroot/css/cake.cookbook.css +++ b/webroot/css/cake.cookbook.css @@ -466,4 +466,7 @@ input.radio { } fieldset fieldset label { display: inline; +} +#cakefest { + margin: 10px 30px; } \ No newline at end of file diff --git a/webroot/img/cakefest2009.png b/webroot/img/cakefest2009.png new file mode 100644 index 0000000..9762bb9 Binary files /dev/null and b/webroot/img/cakefest2009.png differ