mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-02-12 00:18:40 +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; ?>
|
<?php endforeach; ?>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user