Splitting material.inc
Posted: 29 June 2020, 16:08
Hi. Is there a way to split "material.inc" using require_once ?
require_once("module/something.php") doesn't work, bad path.
require_once("something.php") doesn't work, bad path.
Inclusion works in js with : g_gamethemeurl + "modules/something.js
Inclusion works in php but only in mygame.game.php not in material.inc
Thansk a lot.
require_once("module/something.php") doesn't work, bad path.
require_once("something.php") doesn't work, bad path.
Inclusion works in js with : g_gamethemeurl + "modules/something.js
Inclusion works in php but only in mygame.game.php not in material.inc
Thansk a lot.