mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
8 lines
151 B
PHP
8 lines
151 B
PHP
<div class="container">
|
|
|
|
<h2>Logbook</h2>
|
|
|
|
<h3>Filtering on <?php echo $filter ?></h3>
|
|
|
|
<?php $this->load->view('view_log/partial/log') ?>
|