Commit c85fa6bd5156aea5bba0dc64896f074d97caca5e

Authored by Jean Wasilewski
1 parent ec9f5496

Damn too big !

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
news.php
... ... @@ -2,7 +2,7 @@
2 2  
3 3 echo "<h2> News ";
4 4 if(isset($_SESSION["admin"])&&$_SESSION["admin"])
5   - echo '<span class="label label-primary"><span class="glyphicon glyphicon-plus"></span> Nouvel article</span>';
  5 + echo '<h3><button type="button" class="btn btn-primary"><span class="glyphicon glyphicon-plus"></span> Nouvel article</button></h3>';
6 6 echo "</h2>";
7 7  
8 8 $link = mysql_connect(__MYSQL_HOSTNAME__, __MYSQL_USERNAME__, __MYSQL_PASSWORD__)
... ...