/*
_____
/ ____|
| | ___ _ __ ___
| | / _ \| '__/ _ \
| |___| (_) | | | __/
\_____\___/|_| \___|
File: mod_cache.php
This content is released under the (http://pad2play.com/licenses/mit.txt) MIT License.
*/
//* Precacheo de informacion
function public_cache_path($nombre,$contenido){
echo (__DIR__);
}
function private_cache_write_file($nombre,$contenido){
$nombre=date("Ymd").date("H").$nombre;
file_put_contents((__DIR__)."/../cache/".$nombre, $contenido);
}
function private_cache_add_file($nombre,$contenido){
$nombre=date("Ymd").date("H").$nombre;
file_put_contents((__DIR__)."/../cache/".$nombre, $contenido, FILE_APPEND | LOCK_EX);
}
function private_cache_read_file($nombre){
$nombre=date("Ymd").date("H").$nombre;
return file_get_contents((__DIR__)."/../cache/".$nombre);
}
function private_cache_exist_file($nombre){
$nombre=date("Ymd").date("H").$nombre;
if (file_exists((__DIR__)."/../cache/".$nombre)) {
return true;
} else {
return false;
}
}
?>
Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "file:agility/includes/header.html" on line 102 "ga('create', '{core funcion=agility_analytics}', 'auto');" unknown tag 'core' <--
thrown in /home/u505229508/domains/agilityeuskadi.com/public_html/socios/templates/agility/includes/header.html on line 102