The best I've managed so far is inputting the following (in bold).
<div class="webcontent">
<div class="box">
<h3><?php echo Lang::t('_HOMEPAGE', 'login'); ?></h3>
<div class="text">
<?php echo Lang::t('_INTRO_STD_TEXT', 'login'); ?>
<?php echo Layout::get_catalogue(); ?> </div>
</div>
</div> This now shows a link to my catalogue on another page, however I was hoping to find a way to list all my courses on this page itself.
Is this possible ?
I'm using Docebo version 4.0.4





