mirror of
https://github.com/moparisthebest/SickRage
synced 2024-10-31 23:45:02 -04:00
18 lines
514 B
Cheetah
18 lines
514 B
Cheetah
|
#import sickbeard
|
||
|
#import datetime
|
||
|
#from sickbeard.common import *
|
||
|
#from sickbeard import db
|
||
|
|
||
|
#set global $title="Home"
|
||
|
#set global $header="Restarting Sick Beard"
|
||
|
|
||
|
#set global $sbPath = ".."
|
||
|
|
||
|
#set global $topmenu="home"#
|
||
|
#import os.path
|
||
|
#include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_top.tmpl")
|
||
|
|
||
|
#include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/restart_bare.tmpl")
|
||
|
|
||
|
#include $os.path.join($sickbeard.PROG_DIR,"gui/slick/interfaces/default/inc_bottom.tmpl")
|