Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8915 Rev 8922
Línea 28... Línea 28...
28
	$this->inlineScript()->captureStart();
28
	$this->inlineScript()->captureStart();
29
	echo " jQuery( document ).ready(function( $ ) { $notify }); ";
29
	echo " jQuery( document ).ready(function( $ ) { $notify }); ";
30
	$this->inlineScript()->captureEnd();
30
	$this->inlineScript()->captureEnd();
31
}
31
}
Línea -... Línea 32...
-
 
32
 
-
 
33
 
32
 
34
 
33
?>
35
?>
34
<!DOCTYPE html>
36
<!DOCTYPE html>
Línea 35... Línea 37...
35
<html lang="es">
37
<html lang="es">
Línea 85... Línea 87...
85
					<span class="brand-text font-weight-light">Admin</span>
87
					<span class="brand-text font-weight-light">Admin</span>
86
				<?php endif; ?>
88
				<?php endif; ?>
87
			</a>
89
			</a>
Línea 88... Línea 90...
88
 
90
 
89
			<!-- Sidebar -->
91
			<!-- Sidebar -->
90
			<div class="sidebar" id="menu-sidebar">
92
			<div class="sidebar">
-
 
93
				<?php echo $this->menuHelper() ?>
91
				<?php echo $this->menuHelper() ?>
94
 
92
			</div>
95
			</div>
93
			<!-- /.sidebar -->
96
			<!-- /.sidebar -->
Línea 94... Línea 97...
94
		</aside>
97
		</aside>