tr_type display

This commit is contained in:
Ricsi
2016-12-16 22:25:47 +01:00
parent 52e8c55e81
commit 883eab4cfc
2 changed files with 4 additions and 2 deletions

View File

@@ -21,7 +21,8 @@
{$months[$training_array[$training@index]->get_tr_date()|substr:5:2]}
{$training->get_tr_date_day()}.
{$days[$training->get_tr_date_day_of_week()]}
{$training->get_tr_date_time()}
{$training->get_tr_date_time()}
({$training->get_tr_type_name_by_id()})
</div>
</a>
{/foreach}

View File

@@ -23,7 +23,8 @@
{$months[$training_array[$training@index]->get_tr_date()|substr:5:2]}
{$training->get_tr_date_day()}.
{$days[$training->get_tr_date_day_of_week()]}
{$training->get_tr_date_time()}
{$training->get_tr_date_time()}
({$training->get_tr_type_name_by_id()})
</div>
</a>
{/foreach}