Xucce
Remove breadcrumb from index - Printable Version

+- Xucce (https://xucce.com)
+-- Forum: Forums (https://xucce.com/forum-1.html)
+--- Forum: MyBB Development (https://xucce.com/forum-4.html)
+---- Forum: Tutorials (https://xucce.com/forum-11.html)
+---- Thread: Remove breadcrumb from index (/thread-33.html)



Remove breadcrumb from index - Erik - 05-27-2025

Open your index.php file and find following code:

PHP Code:
eval("\$index = \"".$templates->get("index")."\";"); 

And add following code to above:

PHP Code:
$header str_replace("<navigation>"""$header); 

This will remove navigation only from index.php.