new entry sorting; style updates
[mdref/mdref] / views / 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; ?>