mostly filebased Content Presentation System
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
4 лет назад
3 лет назад
4 лет назад
4 лет назад
3 лет назад
3 лет назад
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. SITE_URL =
  2. [configs]
  3. content/navi.cfg=false
  4. content/data.cfg=false
  5. content/reroutes.cfg=false
  6. [siteColors]
  7. primary=#f0a
  8. [templateVars]
  9. includeBanner=false
  10. ;; "customVars" are global (in F3) and can be changed in content files
  11. [customVars]
  12. backgroundColor=#fff
  13. color1=#333
  14. color2=#777
  15. color3=#bbb
  16. [globals]
  17. title=Title of new Page
  18. hideFromSearchEngines=true
  19. bulkIncludePic=false
  20. bulkIncludeAudio=false
  21. includeTemplates=true
  22. ;; (multilingual) content configuration
  23. ;; ------------------------------------
  24. ; comma seperated list of language identifiers
  25. ; at least one language need to be defined here
  26. ; fist mention is default language
  27. languages=de,en
  28. ; content directories for different languages
  29. content.de=content/DE/
  30. content.en=content/EN/
  31. ;; HTML Template related:
  32. ;; ----------------------
  33. ;public directory for css, javascript, images etc.
  34. RESOURCES=rsc/
  35. ;default site template:
  36. templatepath=app/views/
  37. template=tpl/index.html
  38. theme=style.css
  39. themepath=./
  40. external_links_open_in_new_window=false