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:
parent
67a61874f1
commit
e7d737af1b
9 changed files with 31 additions and 0 deletions
|
|
@ -45,6 +45,7 @@
|
|||
<p id="description"><?php echo $strip->getDescription() ?></p>
|
||||
<p><span id="author">© <?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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue