?>
							<table class="cpts-table">
								<thead>
									<tr>
										<th class="col-paragraf">§</th>
										<th class="col-odstavec">odst.</th>
										<th class="col-pismo">písm.</th>
										<th class="col-cislo">č.</th>
										<th class="col-text">Daňový řád, 280/2009 Sb. <- editovatlný text</th>
									</tr>
								</thead>
								<tbody>
									<tr>
										<td class="col-paragraf">
										<?php 
        $odkaz_paragraf = get_post_meta(get_the_ID(), $libtools->get_field_id($thisPostType, 'odkaz_paragraf'), true);
        if (strlen($odkaz_paragraf)) {
            ?>
											<a href="<?php 
            echo $odkaz_paragraf;
            ?>
" target="_blank"><?php 
            the_title();
            ?>
</a>
										<?php 
        } else {
            the_title();
        }
        ?>
										</td>