PHP Classes

File: config/conf.php

Recommend this page to a friend!
  Packages of Christos Drogidis   Oxyzen Almanac Block   config/conf.php   Download  
File: config/conf.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: Oxyzen Almanac Block
Display the current day historical events
Author: By
Last change: 0.0.10
Date: 22 days ago
Size: 984 bytes
 

Contents

Class file image Download
<?php

return [
   
'aos' => false, // Uses Ascoos OS or Ascoos Oxyzen
   
'lang' => '', // User Language
   
'layout' => 'card', // card, vcard, list
   
'theme' => 'default', //
   
'image' => true, //
   
'img_path' => __DIR__ . '/images', // CDN Images Path
   
'img_url' => 'https://example.com/images',
   
'title' => true, //
   
'date' => true, //
   
'count' => 5, // For list layout

    // BootLib UI Framework
   
'bootlib' => false, // true
   
'box_class' => 'blib-h-box-emphasized-shadow-1 blib-h-box-hover-color-underline-pulse-1', // blib-h-box-emphasized-shadow-1 blib-h-box-hover-color-underline-pulse-1
   
'title_class' => 'blib-h-heading-rounded' // blib-h-heading-rounded
];
?>