16 lines
347 B
PHP
16 lines
347 B
PHP
<?php
|
|
/**
|
|
* Admin settings template for Astrolabe.
|
|
*
|
|
* Mounts the Vue.js admin settings component for async loading
|
|
* and improved UX.
|
|
*/
|
|
|
|
script('astrolabe', 'astrolabe-adminSettings');
|
|
style('astrolabe', 'astrolabe-adminSettings');
|
|
?>
|
|
|
|
<div id="astrolabe-admin-settings" class="section">
|
|
<!-- Vue component will be mounted here -->
|
|
</div>
|