Archived
1
0
This repository has been archived on 2020-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
old/application/views/admin/dashboard.php
2019-01-04 19:47:29 +01:00

21 lines
672 B
PHP

<?php
defined('BASEPATH') OR exit('No direct script access allowed');
?>
<div class="right_col" role="main">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="x_panel">
<div class="x_title">
<h2>Dashboard</h2>
<div class="clearfix"></div>
</div>
<div class="x_content">
<!-- <iframe src="https://stats.kingofdog.eu/"-->
<!-- style="height:100vh;width:100%" frameborder="0" async></iframe>-->
</div>
</div>
</div>
</div>
</div>
<!-- /page content -->