1
urbanspacema
Change the content of this template...

Hello all,
I think I found a small bug easily solved.

I noticed that in version 2.3.3 the variable $xoops_content is never empty because the template file in the folder modules/system/templates/system_homepage.html has a hidden content.

le="color: #000000"><?php <div style="display: none;"> <p>Change the content of this template to fit your needs.</p> </div>


I solved by deleting the contents in this file but I have a confirmation on this.

Urban