Where to find templates?

Discussion in 'General' started by catdude, Jul 3, 2008.

  1. catdude

    catdude New Member

    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?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     

Share This Page