From a85d33cb0015fa3821788e733e58124435263b43 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 12 Aug 2015 14:46:31 +0300 Subject: [PATCH] fixed: added header and css+js libraries --- admin/callhistory.php | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/callhistory.php b/admin/callhistory.php index 49fce497..f792ac86 100644 --- a/admin/callhistory.php +++ b/admin/callhistory.php @@ -105,6 +105,7 @@ if ($operator_id) $rs = $db->Execute($sql); if (empty($rs)) { + xhtml_head(T_("Call History List"),true,$css,$js_head); print "

" . T_("No calls ever made") . "

"; } else