Removing TOC in the Home Page

Does anyone know how to remove TOC from the home page? I tried to add in IndexHandler.inc.php next changes:
IssueHandler::_setupIssueTemplate($request, $issue);

changed with

IssueHandler::_setupIssueTemplate($request, $issue, false);

but nothing.
We used Open Journal Systems 3.3.0.4

Hi @Lazar_Stosic,

I would create a child theme that extends the theme you are using and override indexJournal.tpl template. Then it can be modified to address your needs, e.g., remove table of contents.

Hi @Vitaliy!
Thanks a lot. How long you need to create theme? Could you inform me via this post when you do it?
Trgards
Lazar