Skip to content

Instantly share code, notes, and snippets.

@girvan
Created March 22, 2012 03:34
Show Gist options
  • Save girvan/2155433 to your computer and use it in GitHub Desktop.
Save girvan/2155433 to your computer and use it in GitHub Desktop.
<?php
$url='http://software.sopili.net/';
require_once('Sopily.class.php');
$sopily=new Sopily;
$sopily->template_dir="/home/www/sopily/demo";
$sopily->assign('url',$url);
$sopily->display('index_tpl.php');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment