PageRenderTime 36ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/administrator/components/com_joomfish/config.joomfish.php

https://bitbucket.org/dgough/annamaria-daneswood-25102012
PHP | 12 lines | 12 code | 0 blank | 0 comment | 0 complexity | f33c6ed519a04ad45fdf9c2631f65610 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1
  1. <?php
  2. $joomfish_componentAdminLang = "english"; // Which language the component admini should have
  3. $joomfish_noTranslation = 2; // What to show when no translation available
  4. $joomfish_defaultText = ""; // Standard text if no translation - only for certain content elements!
  5. $joomfish_frontEndPublish = "1"; // Whether publishers and above can publish from the frontend
  6. $joomfish_frontEndPreview = "0"; // Whether managers and above can see inactive languages in the frontend
  7. $joomfish_storageOfOriginal = "md5"; // md5 := only md5 values (default); both := md5 and clean text
  8. $joomfish_showCPanels = "7"; // binary encoded information which panles to show
  9. $joomfish_mbfupgradeDone = "0"; // Flag showing if the upgrade was done already. modify manually if you need to do the upgrade again
  10. $joomfish_qacaching = ""; // Flag showing if experimental query analysis caching is enabled
  11. $joomfish_qalogging = ""; // Flag showing if query analysis logging is enabled
  12. ?>