<?php
# vim:et:ts=3:sts=3:sw=3:

// RLD Creative configuration
// Copyright (C) 2017 RLD Creative
//

  //start session
//  $session["init"] = session_start();

  $config["docroot"] = get_docroot();

  $config["company"]="RLD Creative";
  $config["title"]="RLD Creative by RLD Creative &copy;2017";
  $config["sitename"]="Industri&euml;le Automatisering";
  $config["kleurschema"]=1;
  
  $page_title["index"]='RLD Creative - Draagbare kunst';
  $page_title["search"]='RLD Creative - Zoek pagina';
  
  
  $i = 0;
  $kleur_hexa[$i][0]="F4F4F4"; //body background color
  $kleur_hexa[$i][1]="A0A0A0"; //border, text color
  $kleur_hexa[$i][2]="2EBA2E"; //hoover color
  $kleur_hexa[$i][3]="646464"; //body text color
  $kleur_hexa[$i][4]="3C3B3B"; ///bold text color
  $kleur_hexa[$i][5]="AAAAAA"; 
  $kleur_hexa[$i][6]="FFFFFF"; 
  $kleur_rgba[$i][0]="rgba(244, 244, 244, 1)";     //body background color
  $kleur_rgba[$i][1]="rgba(160, 160, 160, 0.3)";   //border, text color
  $kleur_rgba[$i][2]="rgba(46, 186, 174, 0.05)";   //hoover color
  $kleur_rgba[$i][3]="rgba(100, 100, 100, 1)";     //body text color
  $kleur_rgba[$i][4]="rgba(60, 59, 59, 1)";        //bold text color  
  $kleur_rgba[$i][5]="rgba(160, 160, 160, 0.65)";  //border bottom color
  $kleur_rgba[$i][6]="rgba(160, 160, 160, 0.075)"; //background color
  
  $i = $i + 1;
  $kleur_hexa[$i][0]="EFE8D1"; //body background color
  $kleur_hexa[$i][1]="B2A38B"; //border, text color
  $kleur_hexa[$i][2]="9A3B1F"; //hoover color
  $kleur_hexa[$i][3]="6A6152"; //body text color
  $kleur_hexa[$i][4]="3A362B"; ///bold text color
  $kleur_rgba[$i][0]="rgba(239, 232, 209, 1)";   //body background color
  $kleur_rgba[$i][1]="rgba(178, 163, 139, 0.3)"; //border, text color
  $kleur_rgba[$i][2]="rgba(154, 59, 31, 0.05)";  //hoover color
  $kleur_rgba[$i][3]="rgba(106, 97, 82, 1)";     //body text color
  $kleur_rgba[$i][4]="rgba(58, 54, 43, 1)";      ///bold text color

  $i = $i + 1;
  $kleur_hexa[$i][0]="E9DCCD"; //body background color
  $kleur_hexa[$i][1]="E3BAB5"; //border, text color
  $kleur_hexa[$i][2]="849974"; //hoover color
  $kleur_hexa[$i][3]="613A43"; //body text color
  $kleur_hexa[$i][4]="36384C"; ///bold text color
  $kleur_rgba[$i][0]="rgba(233, 220, 205, 1)";    //body background color
  $kleur_rgba[$i][1]="rgba(227, 186, 181, 0.3)";  //border, text color
  $kleur_rgba[$i][2]="rgba(132, 153, 116, 0.05)"; //hoover color
  $kleur_rgba[$i][3]="rgba(97, 58, 67, 1)";       //body text color
  $kleur_rgba[$i][4]="rgba(54, 56, 76, 1)";       ///bold text color
 
?>
