// -- TS plugin: custom tags (stars)

// -- X/Y repetition setting
// normally, on a single hotel oriented website, you'll use this
// value as a static one. nevertheless, you'll be able to adjust this
// setting on a per-theme base (see TSSetup, theme 3)
custom_tags.stars.repetitionX = 5
custom_tags.stars.repetitionY = 1

// -- theme 1 setting
custom_tags.stars.theme.1.file = fileadmin/user_upload/labs/custom_tags/stars/star01.png
custom_tags.stars.theme.1.backColor = #ffffff
custom_tags.stars.theme.1.width = 16
custom_tags.stars.theme.1.height = 16

// -- theme 2 setting
custom_tags.stars.theme.2.file = fileadmin/user_upload/labs/custom_tags/stars/star02.png
custom_tags.stars.theme.2.backColor = #ffffff
custom_tags.stars.theme.2.width = 16
custom_tags.stars.theme.2.height = 16

// note: no settings for theme 3 here as it will inherit all settings
// from theme 1 cObject

// -- theme 4 setting
custom_tags.stars.theme.4.text = superior
custom_tags.stars.theme.4.width = 16
custom_tags.stars.theme.4.height = 16
// font-settings for hotel categorization addon
custom_tags.stars.theme.4.fontSize = 11
custom_tags.stars.theme.4.fontColor = #d6a300
custom_tags.stars.theme.4.fontFile = fileadmin/user_upload/labs/custom_tags/stars/Contra-Italic.ttf
