• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

what the hell is a .phtml and .jhtml file?

slicksilver

Golden Member
I see files on servers with these new weird extensions.......can anyone throw light on these new techonologies or whatever?

Raj
 
I can't tell you EXACTLY what these extensions mean. However, i usually means that they are processed on the server differently then regular HTML which is static. More specifically .phtml may mean that it has PHP scripts scattered throughout the page that need to be interpreted before the page is passed to the client's browser. In the case of jhtml, there could be some JSP in the page.

You can tell your server exactly what extensions you want the PHP (or any other server-side language) interpreter software to treat as a valid document.

Hope this helps.

-S
 
Back
Top