projects
/
mw_sourceml
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ajout date_invitation et corrections template
[mw_sourceml]
/
app
/
out
/
default
/
views
/
sources
/
nom_groupe.php
1
<?php if(isset($this->out["groupe"]) && $this->out["groupe"]) : ?>
2
<h2>
3
<a href="<?php echo $this->url("sources/groupe/view", array("id" => $this->out["groupe"]["id"])) ?>">
4
<?php echo $this->out["groupe"]["nom"] ?>
5
</a>
6
</h2>
7
<?php endif; ?>