2014-03-10 05:18:05 +00:00
|
|
|
#import sickbeard
|
|
|
|
#import datetime
|
|
|
|
#from sickbeard.common import *
|
|
|
|
#from sickbeard import db
|
2015-05-07 00:36:40 +00:00
|
|
|
##
|
|
|
|
#set global $title = 'Home'
|
|
|
|
#set global $header = 'Restarting SickGear'
|
|
|
|
#set global $sbPath = '..'
|
|
|
|
#set global $topmenu = 'home'
|
|
|
|
##
|
2014-03-10 05:18:05 +00:00
|
|
|
#import os.path
|
2015-05-07 00:36:40 +00:00
|
|
|
#include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_top.tmpl')
|
2014-03-10 05:18:05 +00:00
|
|
|
|
2015-05-07 00:36:40 +00:00
|
|
|
#include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/restart_bare.tmpl')
|
2014-03-10 05:18:05 +00:00
|
|
|
|
2015-05-07 00:36:40 +00:00
|
|
|
#include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_bottom.tmpl')
|