Guest User

Untitled

a guest
Oct 19th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. #Instalando raintpl
  2. include "lib/template/raintpl/rain.tpl.class.php"; //aqui é onde está meu arquivo
  3. raintpl::$tpl_dir= $_GET ['r']."/tpl/"; //aqui o caminho da pasta que ficará o template
  4. raintpl::$cache_dir= $_GET ['r']."/tpm/"; // aqui onde armazenará o cache
  5.  
  6. raintpl::configure("base_url", null );
  7. raintpl::configure("tpl_dir", $_GET['r']."/tpl/" );
  8. raintpl::configure("cache_dir", $_GET['r']."/tpm/" );
Add Comment
Please, Sign In to add comment