} ?> von <em><?php if (isset($this->objEntry->username)) { print $this->objEntry->username; } ?> </em> am <?php if (isset($this->objEntry->created)) { print date("d.m.Y\\, H:i \\U\\h\\r", strtotime($this->objEntry->created)); } ?> <br/><br/> <?php get_image_main('220x', true, false, '660x', 'divImgLeft'); ?> <?php print $this->objEntry->text; ?> <?php get_blog_text_blocks('220x', true, false, '660x'); ?> <!-- Tags --> <?php if (count($this->arrTags) > 0) { print 'Tags: ';
<div class="contentContainer"> <div class="inner"> <div class="subnav"> <!-- Sub Navigation --> <?php include dirname(__FILE__) . '/../includes/subnavigation.inc.php'; ?> </div> <div class="content"> <h1><?php get_title(); ?> </h1> <?php get_image_main('220x', true, true, '660x', 'imgLeft'); ?> <?php get_description(); ?> <div class="clear"></div> <div class="formContainer"> <?php if (isset($_GET['send']) && $_GET['send'] == true) { get_form_success(); } else { get_form('contactForm', $this->rootLevelId, get_elementId(true)); } ?> </div>
<!-- Top Content Section --> <div class="wrapper top"> <div class="subwrapper"> <div class="inner start"> <?php get_title('h1', false); ?> <?php get_image_main('220x', false, false, '660x', 'divImgRight'); ?> <?php get_description('', false); ?> <div class="clear"></div> </div> </div> </div> <!-- Content Section --> <div class="wrapper content"> <div class="subwrapper"> <div class="inner start"> <?php get_pages_overview(); ?> <div class="clear"></div> </div> </div> </div> <?php