Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15144 Rev 15145
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');
82
$this->headLink()->appendStylesheet('/react-bundles/profile/main.css');
83
$this->headLink()->appendStylesheet($this->basePath('css/style.css'));
83
$this->headLink()->prependStylesheet($this->basePath('css/style.css'));
84
$this->inlineScript()->appendFile('/react-bundles/profile/profileBundle.js');
84
$this->inlineScript()->appendFile('/react-bundles/profile/profileBundle.js');
Línea 85... Línea 85...
85
?>
85
?>
86
 
86