Hi Guys
how to edit Gesior Acc [add new buttons like Addons]
for example i put addons.php on htdocs
and i added these lines on index.php
but i cant see 'addons' button there so how can i get it ?
2- whatabout if i wana delete some buttons ?
.....
how to edit Gesior Acc [add new buttons like Addons]
for example i put addons.php on htdocs
and i added these lines on index.php
Code:
case "addons";
$topic = "addons";
$subtopic = "addons";
include("addons.php");
break;
but i cant see 'addons' button there so how can i get it ?
2- whatabout if i wana delete some buttons ?
.....