Database refactoring and improving blog comments, blog post history and more
This commit is contained in:
10
application/views/admin/blog/templates/post_reference.php
Normal file
10
application/views/admin/blog/templates/post_reference.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
?>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">Titel</h5>
|
||||
<p class="card-text"></p>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user