1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php /** * Debug */ $this->extend('layout'); ?>
<h1>Debug</h1>
<?php echo $this->render('../debug/dump'); ?>
<form> <button class="button button-primary button-large has-icon icon-save loco-loading" disabled>Test spinner</button> </form>
|