From 59380184f1288090fccf836b3b327864777040c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Sun, 18 May 2014 23:30:02 +0200 Subject: [PATCH] service ohne dreamjob --- app/View/Service/index.ctp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/View/Service/index.ctp b/app/View/Service/index.ctp index 599e437..b832286 100644 --- a/app/View/Service/index.ctp +++ b/app/View/Service/index.ctp @@ -15,9 +15,9 @@ Unser Team bedankt sich bei allen unseren Kooperationspartner und besonders bei:

Html->image('service/dak.jpg',array('style'=>$style)); - echo $this->Html->image('service/vuf.png',array('style'=>$style)); - echo $this->Html->image('service/wks.png',array('style'=>$style)); - echo $this->Html->image('service/logo_job4u.jpg',array('style'=>$style)); + echo $this->Html->image('service/dak.jpg',array('style'=>$style)).'
'; + echo $this->Html->image('service/vuf.png',array('style'=>$style)).'
'; + echo $this->Html->image('service/wks.png',array('style'=>$style)).'
'; + echo $this->Html->image('service/logo_job4u.jpg',array('style'=>$style)).'
'; ?> \ No newline at end of file