Merged in bugfix/HOR-4191 (pull request #6233)

HOR-3344
This commit is contained in:
David Callizaya
2017-12-12 21:32:57 +00:00
committed by Aldo Mauricio Veliz Valenzuela
2 changed files with 32 additions and 0 deletions

31
gulliver/js/bluebird/bluebird.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -25,6 +25,7 @@ $webEntryModel = \WebEntryPeer::retrieveByPK($weUid);
<title><?php echo htmlentities($webEntryModel->getWeCustomTitle()); ?></title> <title><?php echo htmlentities($webEntryModel->getWeCustomTitle()); ?></title>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1"> <META HTTP-EQUIV="Expires" CONTENT="-1">
<script src="/js/bluebird/bluebird.min.js"></script>
<?php <?php
$oHeadPublisher = & headPublisher::getSingleton(); $oHeadPublisher = & headPublisher::getSingleton();
echo $oHeadPublisher->getExtJsStylesheets(SYS_SKIN); echo $oHeadPublisher->getExtJsStylesheets(SYS_SKIN);