mirror of
https://github.com/moparisthebest/SickRage
synced 2024-10-31 15:35:01 -04:00
15 lines
325 B
Cheetah
15 lines
325 B
Cheetah
|
#import sickbeard
|
||
|
#set global $title=""
|
||
|
|
||
|
#set global $sbPath="../.."
|
||
|
|
||
|
|
||
|
#set global $topmenu="home"#
|
||
|
#import os.path
|
||
|
#include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_top.tmpl")
|
||
|
|
||
|
<h2>$subject</h2>
|
||
|
$message
|
||
|
|
||
|
#include $os.path.join($sickbeard.PROG_DIR,"gui/slick/interfaces/default/inc_bottom.tmpl")
|