User Dashboard: Restore missing column headings.

This commit is contained in:
Nate Jones 2015-01-29 19:24:26 +00:00
parent 98c6d8e180
commit 16f622ca35
2 changed files with 5 additions and 5 deletions

View File

@ -40,7 +40,7 @@ else {
//add multi-lingual support
$language = new text;
$text = $language->get();
$text = (is_array($text)) ? array_merge($text, $language->get($_SESSION['domain']['language']['code'], 'app/ring_groups')) : $language->get();
//begin the content
require_once "resources/header.php";

View File

@ -37,7 +37,7 @@ else {
//add multi-lingual support
$language = new text;
$text = $language->get();
$text = (is_array($text)) ? array_merge($text, $language->get($_SESSION['domain']['language']['code'], 'app/ring_groups')) : $language->get();
require_once "resources/header.php";
require_once "resources/paging.php";