Left out one perdir.py
This commit is contained in:
parent
0ead233940
commit
5e782444ed
|
|
@ -0,0 +1,18 @@
|
|||
#!/usr/bin/python
|
||||
#
|
||||
# Per-directory values for /lurk/credits
|
||||
#
|
||||
def get_type():
|
||||
return 'credits'
|
||||
|
||||
def get_episode_names_file():
|
||||
return '../internal/epnames'
|
||||
|
||||
def get_page_name_prefix():
|
||||
return 'Credits'
|
||||
|
||||
def get_table_of_contents():
|
||||
return ''
|
||||
|
||||
def get_do_jpeg():
|
||||
return 1
|
||||
Loading…
Reference in New Issue