At frontpage we use module for "Student lesson" (original label Let’s become a Business Master!) - now we have label "Přijď si ZDARMA vyzkoušet práci z coworku". Everything is OK, but last row is: CENA PLATÍ PŘI PLATBĚ NA 3 MĚSÍCE PŘEDEM STUDENTS

Word "STUDENTS" is unnecessary (and "people" icone before this row too)

Where I can remowe this word and icone?

Thank you for help.

    Hi xarlien,
    You can open the ‎/templates/ja_coach/html/mod_articles_category/list-course.php, line 156
    Replace this:

    <i class="far fa-user"></i>
    <?php echo $numStudent ;?> <?php echo Text::_('TPL_STUDENTS') ;?>

    with this code:
    <?php echo $numStudent ;?>

    Thank you for tip, but better is replace language constant TPL_STUDENTS to "" (tip for right constant is good). Becouse code changes is no way solutions (updates etc).

    Write a Reply...
    You need to Login to view replies.