qcminecraft/Carbon-Forum-F

View on GitHub
controller/notifications_list.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
require(LanguagePath . 'notifications.php');
Auth(1);
$DB->CloseConnection();

// ้กต้ขๅ˜้‡
$PageTitle   = $Lang['Notifications'];
$ContentFile = $TemplatePath . 'notifications_list.php';
include($TemplatePath . 'layout.php');