Add fedmenu basics to the wiki.
This commit is contained in:
parent
1f177f3bb6
commit
55549bc57e
1 changed files with 11 additions and 0 deletions
|
@ -342,6 +342,17 @@ class FedoraTemplate extends QuickTemplate {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php $this->html('bottomscripts'); /* JS call to runBodyOnloadHook */ ?>
|
<?php $this->html('bottomscripts'); /* JS call to runBodyOnloadHook */ ?>
|
||||||
|
|
||||||
|
<script src="https://apps.fedoraproject.org/fedmenu/js/jquery-1.11.2.min.js"></script>
|
||||||
|
<script src="https://apps.fedoraproject.org/fedmenu/js/fedmenu.js"></script>
|
||||||
|
<script>
|
||||||
|
fedmenu({
|
||||||
|
'url': 'https://apps.fedoraproject.org/js/data.js',
|
||||||
|
'mimeType': 'application/javascript',
|
||||||
|
'position': 'bottom-right',
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
<?php $this->html('reporttime') ?>
|
<?php $this->html('reporttime') ?>
|
||||||
<?php if ( $this->data['debug'] ): ?>
|
<?php if ( $this->data['debug'] ): ?>
|
||||||
<!-- Debug output:
|
<!-- Debug output:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue