Osclass forums
Support forums => Themes => Modern => Topic started by: Ik4rus on September 14, 2015, 09:22:02 pm
-
Hi firends,
I'm using modern theme and I just want to remove category listing on my index. But I don't want to disable them.
My Osclass version is: 3.5.7
My Modern thema version is: 5.0.0
So, there is in the red square which I want to remove from the page view.
(http://www.wikisayfa.com/problem.png)
Thanks for your help.
-
Hi,
Just comment this line in modern/main.php:
<?php osc_current_web_theme_path('inc.main.php') ;
to:
<?php // osc_current_web_theme_path('inc.main.php') ;
Regards
-
@teseo
Thanks a lot. The problem has been solved. :)