<?php
$post = $wp_query->post;
if (in_category('objekt')) { ?>
include(TEMPLATEPATH.'/templates/object.php');
<?
}
if (in_category('services')) {
include(TEMPLATEPATH.'/templates/service.php');
}
else {
include(TEMPLATEPATH.'/templates/single-service.php');
}