Move disclaimer to left column, fixes #248
Cette révision appartient à :
Parent
46adb208cc
révision
bcfe98134f
@ -29,8 +29,9 @@
|
||||
}
|
||||
?>
|
||||
|
||||
<?php if (!empty($params['html']['links']) || !empty($params['html']['twitter']) || $params['html']['toggle_code']) { ?>
|
||||
<div class="sidebar-links">
|
||||
|
||||
<div class="sidebar-links">
|
||||
<?php if (!empty($params['html']['links']) || !empty($params['html']['twitter']) || $params['html']['toggle_code']) { ?>
|
||||
|
||||
<!-- Links -->
|
||||
<?php
|
||||
@ -49,8 +50,12 @@
|
||||
<iframe allowtransparency="true" frameborder="0" scrolling="no" style="width:162px; height:20px;" src="https://platform.twitter.com/widgets/follow_button.html?screen_name=<?= $handle; ?>&show_count=false"></iframe>
|
||||
</div>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<hr/>
|
||||
<?php } ?>
|
||||
|
||||
<p><small>Documentation generated by <a href="http://daux.io">Daux.io</a></small></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="right-column <?= $params['html']['float'] ? 'float-view' : ''; ?> content-area col-sm-9">
|
||||
|
@ -1,2 +1 @@
|
||||
<a class="brand navbar-brand pull-left" href="<?= $params['base_page'] . $params['index']->getUri(); ?>"><?= $params['title']; ?></a>
|
||||
<p class="navbar-text pull-right">Generated by <a href="http://daux.io">Daux.io</a></p>
|
||||
|
Chargement…
Référencer dans un nouveau ticket
Block a user