Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15145 | Rev 15183 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15145 Rev 15182
Línea 78... Línea 78...
78
}
78
}
79
JS;
79
JS;
Línea 80... Línea 80...
80
 
80
 
81
$this->inlineScript()->appendScript($js);
81
$this->inlineScript()->appendScript($js);
82
$this->headLink()->appendStylesheet('/react-bundles/profile/main.css');
-
 
83
$this->headLink()->prependStylesheet($this->basePath('css/style.css'));
82
$this->headLink()->appendStylesheet('/react-bundles/profile/main.css');
84
$this->inlineScript()->appendFile('/react-bundles/profile/profileBundle.js');
83
$this->inlineScript()->appendFile('/react-bundles/profile/profileBundle.js');
Línea 85... Línea 84...
85
?>
84
?>
86
 
85