|
@@ -1258,7 +1258,7 @@ class IndexManager
|
|
|
);
|
|
|
} else {
|
|
|
$sessions_with_no_category = $this->tpl->fetch(
|
|
|
- $this->tpl->get_template('/user_portal/session.tpl')
|
|
|
+ $this->tpl->get_template('/user_portal/classic_session.tpl')
|
|
|
);
|
|
|
}
|
|
|
$sessionCount++;
|
|
@@ -1357,7 +1357,7 @@ class IndexManager
|
|
|
|
|
|
$this->tpl->assign('session', $sessionParams);
|
|
|
$html_sessions .= $this->tpl->fetch(
|
|
|
- $this->tpl->get_template('user_portal/session.tpl')
|
|
|
+ $this->tpl->get_template('user_portal/classic_session.tpl')
|
|
|
);
|
|
|
|
|
|
$sessionCount++;
|