variable id inserted, css recreated(sass)

This commit is contained in:
Tealk
2021-03-19 19:38:54 +01:00
parent c63c21212b
commit 1c414ea428
20 changed files with 306 additions and 403 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ define("TG_BOT_USERNAME", $db->getSetting($mysqli, "tg_bot_username"));
$subscription = new Subscriptions();
$telegram = new Telegram();
Template::render_header("Subscriptions");
Template::render_header("Subscriptions", "subscripe");
if (SUBSCRIBE_TELEGRAM && $_SESSION['subscriber_typeid'] == 2) {
$tg_user = $telegram->getTelegramUserData(); // TODO: Do we need this any longer?