1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 05:11:42 +02:00
This commit is contained in:
Cameron
2013-05-25 16:52:45 -07:00
parent beca1115c5
commit 348c26a6a0
6 changed files with 38 additions and 45 deletions

View File

@@ -23,9 +23,11 @@ $sql = e107::getDb();
$sql->db_Mark_Time('(Header Top)');
e107::css('core', 'bootstrap-datetimepicker/css/datetimepicker.css', 'jquery');
e107::js('core', 'bootstrap-datetimepicker/js/bootstrap-datetimepicker.min.js', 'jquery', 2);
e107::js('core','bootstrap/js/bootstrap-tooltip.js','jquery');
e107::css('core','bootstrap/css/tooltip.css','jquery');
e107::js('core', 'bootstrap/js/bootstrap-tooltip.js','jquery');
e107::css('core', 'bootstrap/css/tooltip.css','jquery');
// ------------------