En:How can normal HTML pages be integrated into phpCMS?
From phpCMS
Question: How can "normal" HTML pages be integrated into phpCMS?
There are two possibilities do achieve that:
- If you want to integrate a specific HTML page into every page of your project, you specify this HTML page as a sub template in your template file:
{TEMPLATE FILE="/pathtoHTMLpage/page.html"} - If the HTML page shall only be integrated in one content file, you can use the phpCMS script tag in this way:
{SKRIPT_1}: /pathtoHTMLpage/page.html- Note: The plug-ins "FakeSSI" by Wernhard Ch. Kempinger and "xContent" by Michael Taupitz are another alternative.
Diese Seite in anderen Sprachen: Deutsch
Main Page: FAQ MainPage | Top Page: English FAQ MainPage

