Rev 16651 | Rev 16761 | Ir a la última revisión | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |
<?php
$currentUser = $this->currentUserHelper();
$currentUser = $currentUser->getUser();
$routeTimeline = $this->url('feeds/timeline');
$this->headLink()->appendStylesheet('css/line-awesome.css');
$this->headLink()->appendStylesheet('css/line-awesome-font-awesome.min.css');
$this->headLink()->appendStylesheet('vendors/fontawesome-free/css/all.min.css');
$this->headLink()->appendStylesheet('vendors/font-awesome/css/font-awesome.min.css');
$this->headLink()->appendStylesheet('css/font-awesome.min.css');
$this->headLink()->appendStylesheet('vendors/font-awesome/font-awesome.min.css');
$js = <<<JS
const backendVar={}
const routeTimeline= "$routeTimeline"
JS;
$this->inlineScript()->appendScript($js);
$this->headLink()->appendStylesheet('/css/style.css');
$this->headLink()->appendStylesheet('/css/dashboard.css');
$this->headLink()->appendStylesheet('/react-bundles/feeds/main.css');
$this->inlineScript()->appendFile('/react-bundles/feeds/feedsBundle.js');
?>
<div id="admin-feeds">
</div>