Kleine Designanpassung
This commit is contained in:
@@ -1,29 +1,12 @@
|
||||
<?php include(realpath(dirname(__FILE__)."/../../$mfLayoutPackage")."/header.php"); ?>
|
||||
|
||||
<!-- start page title -->
|
||||
<div class="row mb-0">
|
||||
<div class="col-12">
|
||||
<div class="page-title-box">
|
||||
<div class="page-title-right">
|
||||
<ol class="breadcrumb m-0">
|
||||
<li class="breadcrumb-item"><a href="javascript: void(0);"><?=MFAPPNAME_SLUG?></a></li>
|
||||
<li class="breadcrumb-item active">Dashboard</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end page title -->
|
||||
|
||||
<?php if(is_array($newss) && count($newss)): ?>
|
||||
|
||||
|
||||
<?php if(is_array($newss) && count($newss)): ?>
|
||||
<?php foreach($newss as $news): ?>
|
||||
<div class="row justify-content-center mt-0">
|
||||
<div class="col-12 col-xl-10">
|
||||
<div class="row justify-content-center mt-1">
|
||||
<div class="col-12 col-xl-10 mt-2">
|
||||
<h4>Neuigkeiten</h4>
|
||||
<div class="card">
|
||||
<div class="card no-shadow" style="border: 1px solid #ced4da">
|
||||
<div class="card-header bg-info text-white pt-1 pb-1" style="font-size: 1rem; font-weight: 400;">
|
||||
<span><?=date("d.m.Y", $news->create)?>:</span>
|
||||
<?php if($news->subject): ?>
|
||||
@@ -42,7 +25,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<?php endforeach; ?>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
<?php include(realpath(dirname(__FILE__)."/../../$mfLayoutPackage")."/footer.php"); ?>
|
||||
<?php include(realpath(dirname(__FILE__)."/../../$mfLayoutPackage")."/footer.php"); ?>
|
||||
|
||||
Reference in New Issue
Block a user