Reorganization of included and template files, made more consistent and logical. inc/ is now called lib/, and all non-staic files in pub/ have moved to lib/.

In site dirs _config and _default.tpl have moved to _werc/ in preparation for things like comments.
This commit is contained in:
Uriel 2008-09-24 20:21:32 +02:00
parent de1d5b1e54
commit 83a10c526a
6 changed files with 45 additions and 18 deletions

7
lib/404.tpl Normal file
View file

@ -0,0 +1,7 @@
<!-- To have a custom 404 page copy this template to your site's (or masterSite) _inc director and edit it as you like -->
<h1>The page requested for <i>
% echo ''''$"title''''
</i> doesn't exist</h1>
% # TODO: Use http://www.google.com/support/webmasters/bin/answer.py?answer=100044&hl=en by default?