ZP_ARTICLES_PER_PAGE [line 24]
ZP_ARTICLES_PER_PAGE = getOption("zenpage_articles_per_page")
|
|
ZP_CN_CROPHEIGHT [line 29]
ZP_CN_CROPHEIGHT = getOption('combinews-thumbnail-cropheight')
|
|
ZP_CN_CROPWIDTH [line 28]
ZP_CN_CROPWIDTH = getOption('combinews-thumbnail-cropwidth')
|
|
ZP_CN_CROPX [line 30]
ZP_CN_CROPX = getOption('combinews-thumbnail-cropx')
|
|
ZP_CN_CROPY [line 31]
ZP_CN_CROPY = getOption('combinews-thumbnail-cropy')
|
|
ZP_CN_IMAGESIZE [line 25]
ZP_CN_IMAGESIZE = getOption('zenpage_combinews_imagesize')
|
|
ZP_CN_MODE [line 32]
ZP_CN_MODE = getOption('zenpage_combinews_mode')
|
|
ZP_CN_THUMBHEIGHT [line 27]
ZP_CN_THUMBHEIGHT = getOption('combinews-thumbnail-height')
|
|
ZP_CN_THUMBWIDTH [line 26]
ZP_CN_THUMBWIDTH = getOption('combinews-thumbnail-width')
|
|
ZP_COMBINEWS [line 23]
ZP_COMBINEWS = getOption('zenpage_combinews')
|
|
ZP_COMBINEWS_IMAGETITLES [line 19]
ZP_COMBINEWS_IMAGETITLES = getOption('combinews-customtitle-imagetitles')
|
|
ZP_COMBINEWS_SORTORDER [line 21]
ZP_COMBINEWS_SORTORDER = getOption("zenpage_combinews_sortorder")
|
|
ZP_PLURAL [line 18]
ZP_PLURAL = get_language_string(getOption('combinews-customtitle-plural'))
|
|
ZP_READ_MORE [line 22]
ZP_READ_MORE = getOption("zenpage_read_more")
|
|
ZP_SHORTENINDICATOR [line 16]
ZP_SHORTENINDICATOR = $shortenindicator=getOption('zenpage_textshorten_indicator')
|
|
Some global variable setup
ZP_SHORTEN_LENGTH [line 20]
ZP_SHORTEN_LENGTH = getOption('zenpage_text_length')
|
|
ZP_SINGULAR [line 17]
ZP_SINGULAR = get_language_string(getOption('combinews-customtitle-singular'))
|
|