Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Preloaders GS
#3
PHP Code:
<?php 

 $plugin_id 
'preloaders';
 
// Set up the folder name and its permissions
// Note the constant GSDATAOTHERPATH, which points to /path/to/getsimple/data/other/
$folder        GSDATAOTHERPATH '/' $plugin_id '/';
$preloadernumber  $folder 'preloadernumber.txt';
$jqueryon  $folder 'jqueryon.txt';

;
global 
$SITEURL;
$site $SITEURL;
echo
'
<div id="preload">

<img src="'
.$site.'/plugins/preloaders/img/'.file_get_contents($preloadernumber ).'.svg">
</div>
'


Hi again,

I changed preloaderstart.php like this. But I'm not a fiery dev... I juste added global variable SITEURL (found on forum).
Reply


Messages In This Thread
Preloaders GS - by multicolor - 2019-04-16, 21:30:51
RE: Preloaders GS - by jfauche - 2020-01-11, 23:42:39
RE: Preloaders GS - by jfauche - 2020-01-13, 22:30:48
RE: Preloaders GS - by multicolor - 2020-01-23, 08:14:18
RE: Preloaders GS - by jfauche - 2020-01-26, 19:42:36



Users browsing this thread: 1 Guest(s)