assign("siteurl", $siteurl); $html->assign("titulo", $titulo); $html->assign("nombre", $nombre); /* ---- ---- Fecha ---- ---- */ $html->assign('yesterday', strtotime("now")); /* ---- ---- Description and Author ---- ---- */ $html->assign("description", $description); /* ---- ---- EMAIL ---- ---- */ $html->assign("enviado", $enviado); /* ---- ---- CSS ---- ---- */ $html->assign('templates', array('estilos' => 'templates/css/estilos.min.css', 'normalize' => 'templates/css/normalize.css', 'favicon' => 'templates/images/favicon.png') ); /* ---- ---- LibreJS ---- ---- */ $html->assign('librejs', array('librejs' => 'templates/librejs.html', 'formulario' => 'templates/js/formulario.min.js') ); /* ---- ---- Projects and redes Sociales Libres ---- ---- */ $html->assign('projects', array('cl' => 'https://conocimientoslibres.tuxfamily.org', 'hyperbola' => 'https://www.hyperbola.info', 'librevideojs' => 'https://notabug.org/heckyel/librevideojs') ); $html->assign('sociales', array('diaspora' => 'https://diasp.org/u/heckyel', 'gnusocial' => 'https://quitter.cl/heckyel', 'libregit' => 'https://libregit.org/heckyel', 'mediagoblin' => 'https://goblinrefuge.com/mediagoblin/u/cybersy/') ); $html->display('index.tpl');