aboutsummaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authormoehm2014-11-03 15:21:16 +0100
committermoehm2014-11-03 15:21:16 +0100
commit4a21347d01c6837159bc489a859fa494a6a8d339 (patch)
tree9a09b8f1b41c244b6232e9f2c5f4979d5cc43cef /functions.php
parent5ee0ffcdce5a931eda3c8a21336b0b396aac1624 (diff)
downloadjungegemeinde-preloader.tar.gz
Added preloader javascript.preloader
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 25c22b8..9329b3f 100644
--- a/functions.php
+++ b/functions.php
@@ -1058,6 +1058,13 @@ function list_gallery(){
}
}
+function print_preload(){
+ for ( $i=1; $i<7; $i++)
+ echo "<h".$i.">Preloader</h".$i.">";
+ echo "<strong>bold</strong>";
+ $_SESSION['inline'] = false;
+}
+
function flush_cache(){
lredirect("cache");
global $c;