Résolution du bug #2930921 : le titre de la page n'était pas mis à jour avec l'AJAX

Ajout de la fonctionnalité #2930930 : l'url permanente du strip est maintenant indiquée
This commit is contained in:
Leblanc Simon 2010-01-20 02:30:45 +00:00
commit e7d737af1b
9 changed files with 31 additions and 0 deletions

View file

@ -45,6 +45,7 @@
<p id="description"><?php echo $strip->getDescription() ?></p>
<p><span id="author">&copy; <?php echo $strip->getAuthor() ?></span> : <span id="date"><?php echo $strip->getDate() ?></span> : <a id="link_source" href="<?php echo $strip->getFilenameSrc() ?>"><?php echo $lang->getSource() ?></a></p>
<p id="license"><?php echo $lang->getLicence() ?> : <a id="link_license" href="<?php echo $strip->getLicense() ?>"><?php echo $strip->getLicense() ?></a></p>
<p><?php echo $lang->getPermanentLink() ?> : <span id="permanent"><?php echo $permanent_link ?></span></p>
</div>
</div>
</div>