diff options
Diffstat (limited to 'functions.php')
| -rw-r--r-- | functions.php | 7 |
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; |
