PDA

View Full Version : Where to find templates?


catdude
3rd July 2008, 22:52
One of the other engineers here noticed the other day that there is a
<meta http-equiv="REFRESH" content="1; URL=nojsindx.htm">
line in the ISPConfig admin page. I searched all the PHP files I could locate and didn't find that line, so I assume it's coming from a template file somewhere.

I've looked all over my system (yes, it *is* possible to have too much disk space :) ) and can't find where template files for the admin site might live. Could anyone point me at the proper location?

till
3rd July 2008, 23:24
The templates are in:

/home/admispconfig/ispconfig/web/templates/

But the line you are saerching for is in the files:

/home/admispconfig/ispconfig/web/*/inhalt_tree.php

for example:

/home/admispconfig/ispconfig/web/isp_manager/inhalt_tree.php

But the line is ok and needed there, it is used used in case that javascript is disabled.