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.
10 lines
422 B
10 lines
422 B
1 year ago
|
<div class="page-header page-header-xs" style="background-image: url('<?php echo BASE_URL."files/editor/header/bg14.jpg";?>');">
|
||
|
<div class="filter"></div>
|
||
|
<div class="content-center">
|
||
|
<div class="container">
|
||
|
<h1 class="h1-small"><?php echo $JAK_FORM_DATA["title"];?></h1>
|
||
|
<h3><?php echo JAK_base::jakTimesince($JAK_FORM_DATA['time'], JAK_DATEFORMAT, JAK_TIMEFORMAT);?></h3>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|