initial commit starter template

This commit is contained in:
Jana Deutschländer 2016-10-31 11:48:20 +01:00
commit 9e15017636
80 changed files with 2803 additions and 0 deletions

13
lang/en/lang.php Executable file
View file

@ -0,0 +1,13 @@
<?php
/**
* English language file for template
*
*/
$lang['discussion'] = 'Discussion';
$lang['back_to_article'] = 'Back to article';
$lang['userpage'] = 'User page';
$lang['__existing__'] = 'The color for links to existing pages';
$lang['__missing__'] = 'The color for links to non-existing pages';
$lang['__site_width__'] = 'The width of the full site (can be any length unit: %, px, em, ...)';
$lang['__sidebar_width__'] = 'The width of the sidebar, if any (can be any length unit: %, px, em, ...)';

9
lang/en/settings.php Executable file
View file

@ -0,0 +1,9 @@
<?php
/**
* English language file for config
*
*/
$lang['discussionPage'] = 'Discussion page (leave empty to disable discussions)';
$lang['userPage'] = 'User page (leave empty to disable user pages)';
$lang['hideTools'] = 'Hide tools when not logged in?';

1
lang/en/style.txt Executable file
View file

@ -0,0 +1 @@
If you'd like to change the favicon, simply use the Media Manager to upload a ''favicon.ico'' into the ''wiki'' or the root namespace and it will automatically be used. If you use a closed wiki it is recommended to make the ''wiki'' (or root) namespace world readable in the ACL settings or your favicon will not be shown to logged-out users.