; $Id$ ; If you set this file on your wp-content directory, it will override the module ; options, force to use this ones and disable them from the admin page. ; All alkivia plugins and themes share the same file. If you already have an ; alkivia.ini file in your wp-content directory, you can copy and paste this ; settings on it. ; The ini file is mostly used on WordPress MU, when we want to force all blogs to ; this settings and don't want to allow the blog administrators to change them. ; This settings are available to any theme or plugin that uses the framework, ; just have to write this settings on the plugin or theme section. ; ; More information at http://wiki.alkivia.org/framework/ini-file ; [for_all] ; disable-admin-page = Off [for_plugins] ; disable-module-styles = Off ; style-url = "http://example.com/styles/style.css" ; disable-components-activation = Off [for_themes] ; disable-favicon = Off ; favicon-url = "http://sample.com/images/favicon.ico" ; enable-self-ping = Off