From 4a21347d01c6837159bc489a859fa494a6a8d339 Mon Sep 17 00:00:00 2001 From: moehm Date: Mon, 3 Nov 2014 15:21:16 +0100 Subject: Added preloader javascript. --- functions.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'functions.php') 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 "Preloader"; + echo "bold"; + $_SESSION['inline'] = false; +} + function flush_cache(){ lredirect("cache"); global $c; -- cgit v1.2.3