Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6819 Rev 6820
Línea 25... Línea 25...
25
	$this->inlineScript()->captureStart();
25
	$this->inlineScript()->captureStart();
26
	echo " jQuery( document ).ready(function( $ ) { $notify }); ";
26
	echo " jQuery( document ).ready(function( $ ) { $notify }); ";
27
	$this->inlineScript()->captureEnd();
27
	$this->inlineScript()->captureEnd();
28
}
28
}
Línea -... Línea 29...
-
 
29
 
-
 
30
$google_map_key = '';
29
 
31
 
30
$sandbox = $this->config['leaderslinked.runmode.sandbox'];
32
$sandbox = $this->config['leaderslinked.runmode.sandbox'];
31
if ($sandbox) {
33
if ($sandbox) {
32
	$google_map_key  = $this->config['leaderslinked.google_map.sandbox_api_key'];
34
	$google_map_key  = $this->config['leaderslinked.google_map.sandbox_api_key'];
33
} else {
35
} else {