mirror of
https://github.com/processwire/processwire.git
synced 2025-08-25 07:41:30 +02:00
Remove site profiles: site-classic, site-default, site-beginner, site-languages, site-regular... leaving just site-blank. The other profiles have been moved to their own repos. Also some small updates to site-blank profile just so the template files are slightly more useful if someone doesn't install another.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
<?php
|
||||
<?php namespace ProcessWire;
|
||||
|
||||
include("./basic-page.php");
|
||||
// Template file for “home” template used by the homepage
|
||||
|
||||
?>
|
||||
|
||||
<div id="content">
|
||||
Homepage content
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user