mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-01-21 13:58:44 +00:00
bug fixes + file links in various modules
This commit is contained in:
parent
d16c1b5509
commit
f79360fef0
|
|
@ -65,7 +65,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
)
|
||||
);
|
||||
?>
|
||||
<li><a href="<?= $url; ?>"><?= $this->printHtml($file->name); ?></a>
|
||||
<li><a class="content" href="<?= $url; ?>"><?= $this->printHtml($file->name); ?></a>
|
||||
<?php endforeach; ?>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user