0
Could someone show me an example? Yeah, I put it here in mine index.php
this way, but, I believe it is outdated. With the current version, I believe it should be different, because it did not work and is giving error.
#Instalando raintpl
include "lib/template/raintpl/rain.tpl.class.php"; //aqui é onde está meu arquivo
raintpl::$tpl_dir= $_GET ['r']."/tpl/"; //aqui o caminho da pasta que ficará o template
raintpl::$cache_dir= $_GET ['r']."/tpm/"; // aqui onde armazenará o cache
in case you suggest to remove Include and replace with the line: raintpl::configure("base_url", null );
– WPfan
Not include remains what replaces the other lines.
– João Reis