Skip to content
Snippets Groups Projects
Commit 588ef8d2 authored by jaimarq's avatar jaimarq
Browse files

modificación archivo include.php

parent 298a8f1f
No related branches found
No related tags found
No related merge requests found
{
"ExpandedNodes": [
"",
"\\templates"
"\\sysplugins",
"\\templates_c"
],
"SelectedNode": "\\include.php",
"PreviewInSolutionExplorer": false
}
\ No newline at end of file
No preview for this file type
File added
......@@ -7,7 +7,6 @@ $smarty = new Smarty;
$smarty->template_dir = RUTA.'templates/';
$smarty->config_dir = RUTA.'configs/';
$smarty->cache_dir = RUTA.'cache/';
//$smarty->image_dir = RUTA.'images/';
// templates_c que será donde se ubiquen los cache de los templates “pre” cargados para que la pagina cargue mas rápido
$smarty->compile_dir = RUTA.'templates_c/';
?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment