aboutsummaryrefslogtreecommitdiff
path: root/app/views/course/lvgselector/entry_trails.php
blob: b91802d60a72a8384a0416f783abe3f50de2329d (plain)
1
2
3
4
5
6
7
8
9
10
11
<? if (count($pathes)) : ?>
<? foreach ($pathes as $path) : ?>
    <li style="background-color:inherit;padding-left:20px;color:#666666">
        <?= htmlReady($path) ?>
    </li>
<? endforeach; ?>
<? else : ?>
<li style="background-color:inherit;padding-left:20px;color:#666666">
    <?= _('Keine Module in den Semestern der Veranstaltung verfügbar.'); ?>
</li>
<? endif; ?>