YES!
Adding commas did not work, throwed php-error instead, but inserting all missing vars made it:
PHP Code:
<?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE,HEADER_ALT_TEXT,HEADER_LOGO_WIDTH, HEADER_LOGO_HEIGHT,HEADER_LOGO_CLASS). '</a>'; ?>
results in:
HTML Code:
<!--bof-branding display-->
<a href="http://localhost/zen/"><img src="includes/templates/RR-Template/images/RR-Logo.jpg" alt="Rabe & Rose"
title=" Rabe & Rose "
width="164px" height="149px" class="logo" /></a>
Hah! That's nice! Thank you very much!

Regards, Miriam
This also means, that you can add anything you like to the image-tag... I will check where $parameter is sitting as well to extend existing template issues - That's probably worth mentioning in the FAQ section, gjh42!