function content_56b3277d479a84_47767512($_smarty_tpl)
    {
        if (!is_callable('smarty_function_repeat')) {
            include 'C:\\xampp\\htdocs\\projects\\usse\\plugins\\function.repeat.php';
        }
        if (!is_callable('smarty_modifier_cms_date_format')) {
            include 'C:\\xampp\\htdocs\\projects\\usse\\plugins\\modifier.cms_date_format.php';
        }
        if (!is_callable('smarty_modifier_cms_escape')) {
            include 'C:\\xampp\\htdocs\\projects\\usse\\plugins\\modifier.cms_escape.php';
        }
        ?>
<!-- Start News Display Template -->

<ul class="list1">
<?php 
        $_smarty_tpl->tpl_vars['node'] = new Smarty_Variable();
        $_smarty_tpl->tpl_vars['node']->_loop = false;
        $_from = $_smarty_tpl->tpl_vars['cats']->value;
        if (!is_array($_from) && !is_object($_from)) {
            settype($_from, 'array');
        }
        foreach ($_from as $_smarty_tpl->tpl_vars['node']->key => $_smarty_tpl->tpl_vars['node']->value) {
            $_smarty_tpl->tpl_vars['node']->_loop = true;
            if ($_smarty_tpl->tpl_vars['node']->value['depth'] > $_smarty_tpl->tpl_vars['node']->value['prevdepth']) {
                echo smarty_function_repeat(array('string' => "<ul>", 'times' => $_smarty_tpl->tpl_vars['node']->value['depth'] - $_smarty_tpl->tpl_vars['node']->value['prevdepth']), $_smarty_tpl);
                ?>

<?php 
            } elseif ($_smarty_tpl->tpl_vars['node']->value['depth'] < $_smarty_tpl->tpl_vars['node']->value['prevdepth']) {
                echo smarty_function_repeat(array('string' => "</li></ul>", 'times' => $_smarty_tpl->tpl_vars['node']->value['prevdepth'] - $_smarty_tpl->tpl_vars['node']->value['depth']), $_smarty_tpl);
                ?>

</li>
<?php 
            } elseif ($_smarty_tpl->tpl_vars['node']->value['index'] > 0) {
                ?>
</li>
<?php 
            }
            ?>
<li<?php 
            if ($_smarty_tpl->tpl_vars['node']->value['index'] == 0) {
                ?>
 class="firstnewscat"<?php 
            }
            ?>
>
<?php 
            if ($_smarty_tpl->tpl_vars['node']->value['count'] > 0) {
                ?>
	<a href="<?php 
                echo $_smarty_tpl->tpl_vars['node']->value['url'];
                ?>
"><?php 
                echo $_smarty_tpl->tpl_vars['node']->value['news_category_name'];
                ?>
</a><?php 
            } else {
                ?>
<span><?php 
                echo $_smarty_tpl->tpl_vars['node']->value['news_category_name'];
                ?>
 </span><?php 
            }
        }
        echo smarty_function_repeat(array('string' => "</li></ul>", 'times' => $_smarty_tpl->tpl_vars['node']->value['depth'] - 1), $_smarty_tpl);
        ?>
</li>
</ul>


<?php 
        if ($_smarty_tpl->tpl_vars['category_name']->value) {
            ?>
<h1><?php 
            echo $_smarty_tpl->tpl_vars['category_name']->value;
            ?>
</h1>
<?php 
        }
        ?>



<?php 
        if ($_smarty_tpl->tpl_vars['pagecount']->value > 1) {
            ?>
  <p>
<?php 
            if ($_smarty_tpl->tpl_vars['pagenumber']->value > 1) {
                echo $_smarty_tpl->tpl_vars['firstpage']->value;
                ?>
&nbsp;<?php 
                echo $_smarty_tpl->tpl_vars['prevpage']->value;
                ?>
&nbsp;
<?php 
            }
            echo $_smarty_tpl->tpl_vars['pagetext']->value;
            ?>
&nbsp;<?php 
            echo $_smarty_tpl->tpl_vars['pagenumber']->value;
            ?>
&nbsp;<?php 
            echo $_smarty_tpl->tpl_vars['oftext']->value;
            ?>
&nbsp;<?php 
            echo $_smarty_tpl->tpl_vars['pagecount']->value;
            ?>

<?php 
            if ($_smarty_tpl->tpl_vars['pagenumber']->value < $_smarty_tpl->tpl_vars['pagecount']->value) {
                ?>
&nbsp;<?php 
                echo $_smarty_tpl->tpl_vars['nextpage']->value;
                ?>
&nbsp;<?php 
                echo $_smarty_tpl->tpl_vars['lastpage']->value;
                ?>

<?php 
            }
            ?>
</p>
<?php 
        }
        $_smarty_tpl->tpl_vars['entry'] = new Smarty_Variable();
        $_smarty_tpl->tpl_vars['entry']->_loop = false;
        $_from = $_smarty_tpl->tpl_vars['items']->value;
        if (!is_array($_from) && !is_object($_from)) {
            settype($_from, 'array');
        }
        foreach ($_from as $_smarty_tpl->tpl_vars['entry']->key => $_smarty_tpl->tpl_vars['entry']->value) {
            $_smarty_tpl->tpl_vars['entry']->_loop = true;
            ?>
<div class="NewsSummary">

<?php 
            if ($_smarty_tpl->tpl_vars['entry']->value->postdate) {
                ?>
	<div class="NewsSummaryPostdate">
		<?php 
                echo smarty_modifier_cms_date_format($_smarty_tpl->tpl_vars['entry']->value->postdate);
                ?>

	</div>
<?php 
            }
            ?>

<div class="NewsSummaryLink">
<a href="<?php 
            echo $_smarty_tpl->tpl_vars['entry']->value->moreurl;
            ?>
" title="<?php 
            echo smarty_modifier_cms_escape($_smarty_tpl->tpl_vars['entry']->value->title, 'htmlall');
            ?>
"><?php 
            echo smarty_modifier_cms_escape($_smarty_tpl->tpl_vars['entry']->value->title);
            ?>
</a>
</div>

<div class="NewsSummaryCategory">
	<?php 
            echo $_smarty_tpl->tpl_vars['category_label']->value;
            ?>
 <?php 
            echo $_smarty_tpl->tpl_vars['entry']->value->category;
            ?>

</div>

<?php 
            if ($_smarty_tpl->tpl_vars['entry']->value->author) {
                ?>
	<div class="NewsSummaryAuthor">
		<?php 
                echo $_smarty_tpl->tpl_vars['author_label']->value;
                ?>
 <?php 
                echo $_smarty_tpl->tpl_vars['entry']->value->author;
                ?>

	</div>
<?php 
            }
            ?>

<?php 
            if ($_smarty_tpl->tpl_vars['entry']->value->summary) {
                ?>
	<div class="NewsSummarySummary">
		<?php 
                $_template = new Smarty_Internal_Template('eval:' . $_smarty_tpl->tpl_vars['entry']->value->summary, $_smarty_tpl->smarty, $_smarty_tpl);
                echo $_template->fetch();
                ?>
	</div>

	<div class="NewsSummaryMorelink">
		[<?php 
                echo $_smarty_tpl->tpl_vars['entry']->value->morelink;
                ?>
]
	</div>

<?php 
            } elseif ($_smarty_tpl->tpl_vars['entry']->value->content) {
                ?>

	<div class="NewsSummaryContent">
		<?php 
                $_template = new Smarty_Internal_Template('eval:' . $_smarty_tpl->tpl_vars['entry']->value->content, $_smarty_tpl->smarty, $_smarty_tpl);
                echo $_template->fetch();
                ?>
	</div>
<?php 
            }
            ?>

<?php 
            if (isset($_smarty_tpl->tpl_vars['entry']->value->extra)) {
                ?>
    <div class="NewsSummaryExtra">
        <?php 
                $_template = new Smarty_Internal_Template('eval:' . $_smarty_tpl->tpl_vars['entry']->value->extra, $_smarty_tpl->smarty, $_smarty_tpl);
                echo $_template->fetch();
                ?>
	
    </div>
<?php 
            }
            if (isset($_smarty_tpl->tpl_vars['entry']->value->fields)) {
                ?>
  <?php 
                $_smarty_tpl->tpl_vars['field'] = new Smarty_Variable();
                $_smarty_tpl->tpl_vars['field']->_loop = false;
                $_from = $_smarty_tpl->tpl_vars['entry']->value->fields;
                if (!is_array($_from) && !is_object($_from)) {
                    settype($_from, 'array');
                }
                foreach ($_from as $_smarty_tpl->tpl_vars['field']->key => $_smarty_tpl->tpl_vars['field']->value) {
                    $_smarty_tpl->tpl_vars['field']->_loop = true;
                    ?>
     <div class="NewsSummaryField">
        <?php 
                    if ($_smarty_tpl->tpl_vars['field']->value->type == 'file') {
                        ?>
          <img src="<?php 
                        echo $_smarty_tpl->tpl_vars['entry']->value->file_location;
                        ?>
/<?php 
                        echo $_smarty_tpl->tpl_vars['field']->value->value;
                        ?>
"/>
        <?php 
                    } else {
                        ?>
          <?php 
                        echo $_smarty_tpl->tpl_vars['field']->value->name;
                        ?>
:&nbsp;<?php 
                        $_template = new Smarty_Internal_Template('eval:' . $_smarty_tpl->tpl_vars['field']->value->value, $_smarty_tpl->smarty, $_smarty_tpl);
                        echo $_template->fetch();
                        ?>
        <?php 
                    }
                    ?>
     </div>
  <?php 
                }
            }
            ?>

</div>
<?php 
        }
        ?>
<!-- End News Display Template -->
<?php 
    }
    function content_51f3ccbeb469c8_36382916($_smarty_tpl)
    {
        if (!is_callable('smarty_modifier_cms_escape')) {
            include '/homepages/26/d480780604/htdocs/plugins/modifier.cms_escape.php';
        }
        if (!is_callable('smarty_cms_modifier_cms_date_format')) {
            include '/homepages/26/d480780604/htdocs/plugins/modifier.cms_date_format.php';
        }
        if (isset($_smarty_tpl->tpl_vars['entry']->value->canonical)) {
            ?>
  <?php 
            if (isset($_smarty_tpl->tpl_vars['canonical'])) {
                $_smarty_tpl->tpl_vars['canonical'] = clone $_smarty_tpl->tpl_vars['canonical'];
                $_smarty_tpl->tpl_vars['canonical']->value = $_smarty_tpl->tpl_vars['entry']->value->canonical;
                $_smarty_tpl->tpl_vars['canonical']->nocache = null;
                $_smarty_tpl->tpl_vars['canonical']->scope = 0;
            } else {
                $_smarty_tpl->tpl_vars['canonical'] = new Smarty_variable($_smarty_tpl->tpl_vars['entry']->value->canonical, null, 0);
            }
        }
        ?>

<h2><?php 
        echo smarty_modifier_cms_escape($_smarty_tpl->tpl_vars['entry']->value->title, 'htmlall');
        ?>
</h2>
<?php 
        if ($_smarty_tpl->tpl_vars['entry']->value->summary) {
            ?>
    <?php 
            $_template = new Smarty_Internal_Template('eval:' . $_smarty_tpl->tpl_vars['entry']->value->summary, $_smarty_tpl->smarty, $_smarty_tpl);
            echo $_template->fetch();
        }
        ?>
    <?php 
        $_template = new Smarty_Internal_Template('eval:' . $_smarty_tpl->tpl_vars['entry']->value->content, $_smarty_tpl->smarty, $_smarty_tpl);
        echo $_template->fetch();
        if ($_smarty_tpl->tpl_vars['entry']->value->extra) {
            ?>
		<?php 
            echo $_smarty_tpl->tpl_vars['extra_label']->value;
            ?>
 <?php 
            echo $_smarty_tpl->tpl_vars['entry']->value->extra;
            ?>

<?php 
        }
        if ($_smarty_tpl->tpl_vars['return_url']->value != '') {
            ?>
    <br />
        <span class='back'>← <?php 
            echo $_smarty_tpl->tpl_vars['return_url']->value;
            if ($_smarty_tpl->tpl_vars['category_name']->value != '') {
                ?>
 - <?php 
                echo $_smarty_tpl->tpl_vars['category_link']->value;
            }
            ?>
</span>
<?php 
        }
        ?>

<?php 
        if (isset($_smarty_tpl->tpl_vars['entry']->value->fields)) {
            ?>
  <?php 
            $_smarty_tpl->tpl_vars['field'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['field']->_loop = false;
            $_from = $_smarty_tpl->tpl_vars['entry']->value->fields;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['field']->key => $_smarty_tpl->tpl_vars['field']->value) {
                $_smarty_tpl->tpl_vars['field']->_loop = true;
                ?>
     <div>
        <?php 
                if ($_smarty_tpl->tpl_vars['field']->value->type == 'file') {
                    ?>
	  
          <img src='<?php 
                    echo $_smarty_tpl->tpl_vars['entry']->value->file_location;
                    ?>
/<?php 
                    echo $_smarty_tpl->tpl_vars['field']->value->value;
                    ?>
' alt='' />
        <?php 
                } else {
                    ?>
          <?php 
                    echo $_smarty_tpl->tpl_vars['field']->value->name;
                    ?>
: <?php 
                    $_template = new Smarty_Internal_Template('eval:' . $_smarty_tpl->tpl_vars['field']->value->value, $_smarty_tpl->smarty, $_smarty_tpl);
                    echo $_template->fetch();
                    ?>
        <?php 
                }
                ?>
     </div>
  <?php 
            }
        }
        ?>
    <footer class='news-meta'>
    <?php 
        if ($_smarty_tpl->tpl_vars['entry']->value->postdate) {
            ?>
        <?php 
            echo smarty_cms_modifier_cms_date_format($_smarty_tpl->tpl_vars['entry']->value->postdate);
            ?>

    <?php 
        }
        ?>
    <?php 
        if ($_smarty_tpl->tpl_vars['entry']->value->category) {
            ?>
        <strong><?php 
            echo $_smarty_tpl->tpl_vars['category_label']->value;
            ?>
</strong> <?php 
            echo $_smarty_tpl->tpl_vars['entry']->value->category;
            ?>

    <?php 
        }
        ?>
    <?php 
        if ($_smarty_tpl->tpl_vars['entry']->value->author) {
            ?>
        <strong><?php 
            echo $_smarty_tpl->tpl_vars['author_label']->value;
            ?>
</strong> <?php 
            echo $_smarty_tpl->tpl_vars['entry']->value->author;
            ?>

    <?php 
        }
        ?>
    </footer><?php 
    }
    function content_51f3bfcf7fdbd2_55275424($_smarty_tpl)
    {
        if (!is_callable('smarty_function_repeat')) {
            include '/homepages/26/d480780604/htdocs/plugins/function.repeat.php';
        }
        if (!is_callable('smarty_modifier_cms_escape')) {
            include '/homepages/26/d480780604/htdocs/plugins/modifier.cms_escape.php';
        }
        if (!is_callable('smarty_modifier_date_format')) {
            include '/homepages/26/d480780604/htdocs/lib/smarty/plugins/modifier.date_format.php';
        }
        ?>
<!-- .news-summary wrapper --><article class='news-summary'><ul class='category-list cf'><?php 
        $_smarty_tpl->tpl_vars['node'] = new Smarty_Variable();
        $_smarty_tpl->tpl_vars['node']->_loop = false;
        $_from = $_smarty_tpl->tpl_vars['cats']->value;
        if (!is_array($_from) && !is_object($_from)) {
            settype($_from, 'array');
        }
        foreach ($_from as $_smarty_tpl->tpl_vars['node']->key => $_smarty_tpl->tpl_vars['node']->value) {
            $_smarty_tpl->tpl_vars['node']->_loop = true;
            if ($_smarty_tpl->tpl_vars['node']->value['depth'] > $_smarty_tpl->tpl_vars['node']->value['prevdepth']) {
                echo smarty_function_repeat(array('string' => '<ul>', 'times' => $_smarty_tpl->tpl_vars['node']->value['depth'] - $_smarty_tpl->tpl_vars['node']->value['prevdepth']), $_smarty_tpl);
            } elseif ($_smarty_tpl->tpl_vars['node']->value['depth'] < $_smarty_tpl->tpl_vars['node']->value['prevdepth']) {
                echo smarty_function_repeat(array('string' => '</li></ul>', 'times' => $_smarty_tpl->tpl_vars['node']->value['prevdepth'] - $_smarty_tpl->tpl_vars['node']->value['depth']), $_smarty_tpl);
                ?>
</li><?php 
            } elseif ($_smarty_tpl->tpl_vars['node']->value['index'] > 0) {
                ?>
</li><?php 
            }
            ?>
<li<?php 
            if ($_smarty_tpl->tpl_vars['node']->value['index'] == 0) {
                ?>
 class='first'<?php 
            }
            ?>
><?php 
            if ($_smarty_tpl->tpl_vars['node']->value['count'] > 0) {
                ?>
<a href='<?php 
                echo $_smarty_tpl->tpl_vars['node']->value['url'];
                ?>
'><?php 
                echo $_smarty_tpl->tpl_vars['node']->value['news_category_name'];
                ?>
</a><?php 
            } else {
                ?>
<span><?php 
                echo $_smarty_tpl->tpl_vars['node']->value['news_category_name'];
                ?>
 </span><?php 
            }
        }
        echo smarty_function_repeat(array('string' => '</li></ul>', 'times' => $_smarty_tpl->tpl_vars['node']->value['depth'] - 1), $_smarty_tpl);
        ?>
</li></ul><?php 
        $_smarty_tpl->tpl_vars['entry'] = new Smarty_Variable();
        $_smarty_tpl->tpl_vars['entry']->_loop = false;
        $_from = $_smarty_tpl->tpl_vars['items']->value;
        if (!is_array($_from) && !is_object($_from)) {
            settype($_from, 'array');
        }
        foreach ($_from as $_smarty_tpl->tpl_vars['entry']->key => $_smarty_tpl->tpl_vars['entry']->value) {
            $_smarty_tpl->tpl_vars['entry']->_loop = true;
            ?>
<!-- .news-article (wrapping each article) --><section class='news-article'><header><h2><a href='<?php 
            echo $_smarty_tpl->tpl_vars['entry']->value->moreurl;
            ?>
' title='<?php 
            echo smarty_modifier_cms_escape($_smarty_tpl->tpl_vars['entry']->value->title, 'htmlall');
            ?>
'><?php 
            echo smarty_modifier_cms_escape($_smarty_tpl->tpl_vars['entry']->value->title);
            ?>
</a></h2><div class='meta cf'><time class='date' datetime='<?php 
            echo smarty_modifier_date_format($_smarty_tpl->tpl_vars['entry']->value->postdate, '%Y-%m-%d');
            ?>
'><span class='day'> <?php 
            echo smarty_modifier_date_format($_smarty_tpl->tpl_vars['entry']->value->postdate, '%d');
            ?>
 </span><span class='month'> <?php 
            echo smarty_modifier_date_format($_smarty_tpl->tpl_vars['entry']->value->postdate, '%b');
            ?>
 </span></time><span class='author'> <?php 
            echo $_smarty_tpl->tpl_vars['author_label']->value;
            ?>
 <?php 
            echo $_smarty_tpl->tpl_vars['entry']->value->author;
            ?>
 </span><span class='category'> <?php 
            echo $_smarty_tpl->tpl_vars['category_label']->value;
            ?>
 <?php 
            echo $_smarty_tpl->tpl_vars['entry']->value->category;
            ?>
</span></div></header><?php 
            if ($_smarty_tpl->tpl_vars['entry']->value->summary) {
                ?>
<p><?php 
                $_template = new Smarty_Internal_Template('eval:' . preg_replace('!<[^>]*?>!', ' ', $_smarty_tpl->tpl_vars['entry']->value->summary), $_smarty_tpl->smarty, $_smarty_tpl);
                echo $_template->fetch();
                ?>
</p><span class='more'><?php 
                echo $_smarty_tpl->tpl_vars['entry']->value->morelink;
                ?>
 →</span><?php 
            } elseif ($_smarty_tpl->tpl_vars['entry']->value->content) {
                ?>
<p><?php 
                $_template = new Smarty_Internal_Template('eval:' . preg_replace('!<[^>]*?>!', ' ', $_smarty_tpl->tpl_vars['entry']->value->content), $_smarty_tpl->smarty, $_smarty_tpl);
                echo $_template->fetch();
                ?>
</p><?php 
            }
            ?>
</section><!-- .news-article //--><?php 
        }
        ?>
<!-- news pagination --><?php 
        if ($_smarty_tpl->tpl_vars['pagecount']->value > 1) {
            ?>
<span class='paginate'><?php 
            if ($_smarty_tpl->tpl_vars['pagenumber']->value > 1) {
                echo $_smarty_tpl->tpl_vars['firstpage']->value;
                ?>
 <?php 
                echo $_smarty_tpl->tpl_vars['prevpage']->value;
            }
            echo $_smarty_tpl->tpl_vars['pagetext']->value;
            ?>
 <?php 
            echo $_smarty_tpl->tpl_vars['pagenumber']->value;
            ?>
 <?php 
            echo $_smarty_tpl->tpl_vars['oftext']->value;
            ?>
 <?php 
            echo $_smarty_tpl->tpl_vars['pagecount']->value;
            if ($_smarty_tpl->tpl_vars['pagenumber']->value < $_smarty_tpl->tpl_vars['pagecount']->value) {
                echo $_smarty_tpl->tpl_vars['nextpage']->value;
                ?>
 <?php 
                echo $_smarty_tpl->tpl_vars['lastpage']->value;
            }
            ?>
</span><?php 
        }
        ?>
</article><!-- .news-summary //--><?php 
    }