I wanted to add some things to the roundcube login page. I modified the login.html file in /home/admispconfig/ispconfig/roundcubemail/skins/default/templates and it works fine. The only thing is that a part of the page is php, so the file needs to be login.php. If I give it a new extension, it doesn't use the template, and if I don't change the extension, the php code comes up as text. Please help. Thanks.
I guess that the file does NOT need to be named php. In case you want to change the template with php content you have to check how rc implements the use of php code in a template, because usually templates are used to split code from layout / design...
When I tried putting a block of php at the top of the template file, it just came up as text on the page. Where would I add that code?