Line | |
---|
1 | <?php if (isset($GLOBALS['visiteur_session']['statut']) |
---|
2 | AND $GLOBALS['visiteur_session']['statut'] |
---|
3 | AND include_spip('inc/autoriser') |
---|
4 | AND autoriser('publierdans','rubrique','#ENV{id_rubrique}')){ |
---|
5 | ?> |
---|
6 | <div class="actions pull-right"> |
---|
7 | #BOUTON_ACTION{'Ajouter une page',#URL_ACTION_AUTEUR{zdoc_ajouter_page,#ENV{id_rubrique}},'btn-small btn-primary'} |
---|
8 | </div> |
---|
9 | <?php } ?> |
---|
10 | <p class="credits"> |
---|
11 | Conçu et réalisé par <BOUCLE_aut(AUTEURS){', '}>[<a href="(#URL_SITE)">]#NOM[(#URL_SITE|?{</a>})]</BOUCLE_aut> |
---|
12 | </p> |
---|
13 | <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> |
---|
14 | <p class="links"> |
---|
15 | <a href="http://www.spip.net/" title="<:site_realise_avec_spip:>">SPIP</a><span class="sep"> - </span> |
---|
16 | <a href="http://twitter.github.com/bootstrap/" >BootStrap</a> |
---|
17 | </p> |
---|
Note: See
TracBrowser
for help on using the repository browser.