mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
New layout (Znote AAC AtomIO)
Layout is primarily changed to this because the old layout had obsolete javascript dependencies. I still want to make another default layout eventually, which is mobile friendly. This layout has a very nice character search widget though that looks for names realtime and displays them in a list beside the search.
This commit is contained in:
19
layout/layout_config.php
Normal file
19
layout/layout_config.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
// Set enabled to false to remove the widget
|
||||
$follow = array(
|
||||
"enabled" => false,
|
||||
"twitter" => "https://www.twitter.com/",
|
||||
"facebook" => "https://www.facebook.com/",
|
||||
"youtube" => "https://www.youtube.com/",
|
||||
"twitch" => "https://www.twitch.tv/"
|
||||
);
|
||||
|
||||
// Use same date format when changing: yyyy-mm-dd hh:mm
|
||||
$countDown = "2020-06-10 01:00";
|
||||
|
||||
// Hide countdown after 1 day (24 hours) after countDown
|
||||
$countDown_hide = 1 * 24 * 60 * 60;
|
||||
|
||||
// Say this after countdown, and before the row is hidden
|
||||
$countDown_complete = "<span style='color: green;'>ONLINE</span>";
|
||||
?>
|
Reference in New Issue
Block a user