In install script, have option for starting with barebones site
Brought to you by:
jdorndog
In the download, there will be several pre-built pages (e.g. contact-us, about-us, etc.) as well as a pre-built template.
Have the option in the install script to start with a barebones site. This means only the required pages/elements are present and the contents of these are extremely simple.
When in barebones mode, the following files/folder will remain:
template (contents:
<html>
<head>
<title><?=$title?></title>
<?=$cms_head?>
</head>
<body>
<?=$content?>
</body>
</html>
styles
With this, the site will appear as just the text "home page".
Anonymous