Ignore:
Timestamp:
Jan 19, 2016, 5:25:11 PM (8 years ago)
Author:
chronos
Message:
  • Added: Responsive web layout. Two column layout is switched for single column for devices with smaller display.
  • Modified: All four boxes at front page made as oveflowing defined height.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Global.php

    r848 r854  
    77if(file_exists(dirname(__FILE__).'/../Config/Config.php'))
    88  include_once(dirname(__FILE__).'/../Config/Config.php');
     9  else die('Config file Config/Config.php not found');
    910include_once(dirname(__FILE__).'/../Application/Version.php');
    1011include_once(dirname(__FILE__).'/Locale.php');
Note: See TracChangeset for help on using the changeset viewer.