summaryrefslogtreecommitdiff
path: root/sidebar_right.php
blob: f46bdb14b746d27a35a14bd9a97d32bed4cecf20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

/**
 * Copyright (c) 2007 Nathan Kinkade
 * 
 * This code is offered under an MIT (X11) license.  For more information
 * about the terms of this license see the file LICENSE included with this
 * software or visit: http://www.opensource.org/licenses/mit-license.php
 */

# grab the header
$smarty->assign("sidebar_right", $smarty->fetch("sidebar_right.tpl"));

?>