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.
27 lines
395 B
27 lines
395 B
|
|
<style> |
|
.highcharts-credits{ |
|
visibility: hidden; |
|
} |
|
</style> |
|
<?php |
|
helper('Kpdl'); |
|
?> |
|
|
|
<div class="main-content"> |
|
<div class="container-fluid"> |
|
<div id="app"></div> |
|
|
|
</div> |
|
</div> |
|
|
|
|
|
|
|
<?php $isDevelopment = ENVIRONMENT === 'development';?> |
|
|
|
<script type="text/javascript"> |
|
|
|
<?php echo view('kewilayahan/dist/kpdl.js') ?> |
|
</script> |
|
|
|
<?php echo view('inc/js.php') ?>
|