Skip to content

Instantly share code, notes, and snippets.

@stwalkerster
Last active December 27, 2015 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stwalkerster/7242427 to your computer and use it in GitHub Desktop.
Save stwalkerster/7242427 to your computer and use it in GitHub Desktop.
<?php
ini_set('display_errors',1);
require_once '/home/project/a/c/c/acc/public_html/sand/lib/smarty/Smarty.class.php';
$smarty = new Smarty();
$smarty->assign("name", htmlentities("Jóhann_Jónsson"));
$smarty->display("link.tpl");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment