projects
/
mdref
/
mdref
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
dcce1ca7c46fd5fb26ea0f6d3c33b78f9e5fcf92
[mdref/mdref]
/
edit.phtml
1
2
<?php if (isset($listing) && ($entry = $listing->getSelf()) && ($url = $entry->formatEditUrl())) : ?>
3
4
<a class="edit" href="<?=$url?>">Edit Page</a>
5
<?php endif; ?>