Jakweb.ch stuff
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
clouddesk/template/business/tplblocks/header-blog-article.php

11 lines
697 B

<div class="page-header page-header-xs" style="background-image: url('<?php echo (isset($JAK_FORM_DATA["previmg"]) && !empty($JAK_FORM_DATA["previmg"]) ? $JAK_FORM_DATA["previmg"] : (isset($JAK_CMS_PAGE["custom"]) && !empty($JAK_CMS_PAGE["custom"]) ? BASE_URL."template/".JAK_FRONT_TEMPLATE."/img/".$JAK_CMS_PAGE["custom"] : ""));?>');">
<div class="filter"></div>
<div class="content-center">
<div class="container">
<h1 class="h1-small"><?php echo $JAK_FORM_DATA["title"];?></h1>
<?php if ($JAK_FORM_DATA["showdate"]) { ?>
<h3><?php echo JAK_base::jakTimesince($JAK_FORM_DATA['time'], JAK_DATEFORMAT, JAK_TIMEFORMAT);?></h3>
<?php } ?>
</div>
</div>
</div>