SmartFAQ is developed by The SmartFactory (https://www.smartfactory.ca), a division of InBox Solutions (https://www.inboxsolutions.net)

What is the purpose of the templates_c directory?
the templates_c sub-directory to your XOOPS site's root is a repository for "compiled" templates.
Templates are written using Smarty syntax, which resembles normal HTML to a great extent - however, for those templates to be usable by the system, they must be compiled to PHP code.

When a template is invoked for the first time, it is compiled to PHP code and placed in the templates_c directory for faster access on next invocation.

See also FAQ about Clearing cache


The comments are owned by the author. We aren't responsible for their content.


Login

Who's Online

143 user(s) are online (2 user(s) are browsing XOOPS FAQ)


Members: 0


Guests: 143


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Did you know ?

Go into system admin>mail users and send in the body message this code

Quote:
{X_UACTLINK}


Random question

What is updating a module and how do I do it?