Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8774 Rev 8904
Línea 84... Línea 84...
84
		name: "",
84
		name: "",
85
	}	
85
	}	
86
JS;
86
JS;
87
}
87
}
88
$this->inlineScript()->appendScript($js);
88
$this->inlineScript()->appendScript($js);
89
$this->inlineScript()->appendFile('/react-bundles/menu/menuBundle.js');
-
 
90
?>
89
?>
91
<!DOCTYPE html>
90
<!DOCTYPE html>
92
<html lang="es">
91
<html lang="es">
Línea 93... Línea 92...
93
 
92
 
Línea 147... Línea 146...
147
	<!-- AdminLTE App -->
146
	<!-- AdminLTE App -->
148
	<script src="<?php echo $this->basePath('js/adminlte.min.js') ?>"></script>
147
	<script src="<?php echo $this->basePath('js/adminlte.min.js') ?>"></script>
149
	<!--  Aplicacion -->
148
	<!--  Aplicacion -->
150
	<script src="<?php echo $this->basePath('plugins/bootstrap-notify/bootstrap-notify.min.js') ?>"></script>
149
	<script src="<?php echo $this->basePath('plugins/bootstrap-notify/bootstrap-notify.min.js') ?>"></script>
151
	<script src="<?php echo $this->basePath('js/app.js') ?>"></script>
150
	<script src="<?php echo $this->basePath('js/app.js') ?>"></script>
-
 
151
	<script src="<?php echo $this->basePath('/react-bundles/menu/menuBundle.js') ?>"></script>
152
	<?php
152
	<?php
153
	echo $this->inlineScript();
153
	echo $this->inlineScript();
154
	?>
154
	?>
155
</body>
155
</body>