data['title'] = 'Webdesign'; } function druck() { $this->data['title'] = 'Drucksachen'; } function corporate() { $this->data['title'] = 'Corporate Identity'; } function common() { $bild = ( $this->cap['action'] == 'defaultAction' )? $this->defaultAction: $this->cap['action']; $this->data['kopfbild'] = $bild; return TRUE; } } ?>