Rev 16652 | 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');
$js = <<<JS
const routeTimeline= "$routeTimeline"
JS;
$this->inlineScript()->appendScript($js);
$this->headLink()->appendStylesheet('/css/style.css');
$this->headLink()->appendStylesheet('/react-bundles/feeds/main.css');
$this->inlineScript()->appendFile('/react-bundles/feeds/feedsBundle.js');
?>
<div id="admin-feeds">
</div>