A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/24 12:05
Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101
Firefox/50.0
IP-Address : 193.248.50.71
Hostname : LStLambert-656-1-262-71.w193-248.abo.wanadoo.fr
Old Revision: ---
New Revision:
http://ltb-project.org/wiki/documentation/white-pages/latest/config_general
Edit Summary: created
User : coudot
====== General parameters ======
<note>Configuration file: ''white-pages/conf/config.inc.php''</note>
===== Language =====
==== Lang ====
<note tip>Lang is selected from browser configuration. If no matching language
is found, the default language is used.</note>
Available languages are:
* {{:documentation:self-service-password:us.png|}} English (en)
* {{:documentation:self-service-password:fr.png|}} French (fr)
Set one of them in ''$lang'':
<file php>
$lang = "en";
</file>
==== Date ====
If you use the ''date'' value displayer, you can configure here date specifiers
(see [[http://php.net/strftime|strftime reference]]):
<file php>
$date_specifiers = "%Y-%m-%d %H:%M:%S (%Z)";
</file>
===== Graphics =====
==== Logo ====
You change the default logo with your own. Set the path to your logo in
''$logo'':
<file php>
$logo = "images/ltb-logo.png";
</file>
==== Background ====
You change the background image with your own. Set the path to image in
''$background_image'':
<file php>
$background_image = "images/unsplash-space.jpeg";
</file>
==== Default photo ====
Configure which file is used as default photo:
<file php>
$default_photo = "images/240px-PICA.jpg";
</file>
==== Hover effect ====
You can define which [[http://ianlunn.github.io/Hover/|Hover]] effect is
applied to search result and gallery boxes:
<file php>
$hover_effect = "grow";
</file>
==== Custom CSS ====
To easily customize CSS, you can use a separate CSS file:
<file php>
$custom_css = "css/custom.css";
</file>
===== Debug =====
You can turn on debug mode with ''$debug'':
<file php>
$debug = true;
</file>
===== Smarty =====
You need to define where Smarty is installed:
<file php>
define("SMARTY", "/usr/share/php/smarty3/Smarty.class.php");
</file>
--
This mail was generated by DokuWiki at
http://ltb-project.org/wiki/
_______________________________________________
ltb-changes mailing list
[email protected]
http://lists.ltb-project.org/listinfo/ltb-changes