Skip to content

Commit 2692a52

Browse files
committed
Show hyperlink to license version
1 parent a85ce1f commit 2692a52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/templates/Legal.phtml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ require("./header.inc.phtml");
6868
?></code></pre></p>
6969
</section>
7070
<footer>
71-
<!-- License Version: <?php echo $this->getContext()->license_version[0]; ?> -->
72-
<time datetime="<?php echo $this->getContext()->license_version[1]->format('c'); ?>"><?php echo $this->getContext()->license_version[1]->format("l, F j, Y"); ?></time>
71+
<time datetime="<?php echo $this->getContext()->license_version[1]->format('c'); ?>"><?php echo $this->getContext()->license_version[1]->format("l, F j, Y"); ?></time> (<a href="https://github.com/BNETDocs/bnetdocs-web/commit/<?php echo $this->getContext()->license_version[0]; ?>">version</a>)
7372
</footer>
7473
</article>
7574
<?php require("./footer.inc.phtml"); ?>

0 commit comments

Comments
 (0)