mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-15 09:25:04 +00:00
13 lines
328 B
Cheetah
13 lines
328 B
Cheetah
|
#import sickgear
|
||
|
##
|
||
|
#set global $title = ''
|
||
|
#set global $sbPath = '../..'
|
||
|
#set global $topmenu="home"
|
||
|
##
|
||
|
#import os.path
|
||
|
#include $os.path.join($sickgear.PROG_DIR, 'gui/slick/interfaces/default/inc_top.tmpl')
|
||
|
|
||
|
<h2>$subject</h2>
|
||
|
$message
|
||
|
|
||
|
#include $os.path.join($sickgear.PROG_DIR, 'gui/slick/interfaces/default/inc_bottom.tmpl')
|