Last change
on this file since 67544 was
67544,
checked in by cedric@…, 8 years ago
|
Permettre l'ajout d'un chapitre en debut de page et d'une page en debut de doc
Permettre de voir les chapitres dépubliés (basculement en mode preview)
|
File size:
841 bytes
|
Line | |
---|
1 | <?php if ($GLOBALS['visiteur_session']['statut'] |
---|
2 | AND include_spip('inc/autoriser') |
---|
3 | AND autoriser('publierdans','rubrique','#ENV{id_rubrique}')){ |
---|
4 | ?> |
---|
5 | <div class="actions pull-right"> |
---|
6 | #BOUTON_ACTION{'Ajouter une page',#URL_ACTION_AUTEUR{zdoc_ajouter_page,#ENV{id_rubrique}},'btn-small btn-primary'} |
---|
7 | </div> |
---|
8 | <?php } ?> |
---|
9 | <p class="credits"> |
---|
10 | Conçu et réalisé par <BOUCLE_aut(AUTEURS){', '}>[<a href="(#URL_SITE)">]#NOM[(#URL_SITE|?{</a>})]</BOUCLE_aut> |
---|
11 | </p> |
---|
12 | <p class="licence">Code sous licence <a href="http://www.gnu.org/licenses/gpl-3.0.html">GPL 3</a>, documentation sous licence <a href="http://www.gnu.org/licenses/gpl-3.0.html">GPL 3</a></p> |
---|
13 | <p class="links"> |
---|
14 | <a href="http://www.spip.net/" title="<:site_realise_avec_spip:>">SPIP</a><span class="sep"> - </span> |
---|
15 | <a href="http://twitter.github.com/bootstrap/" >BootStrap</a> |
---|
16 | </p> |
---|
Note: See
TracBrowser
for help on using the repository browser.