This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /** Override the absolute path to Alkivia Framework * If you move the framework outside the wp_content folder, * You will have to define AK_STYLES_URL and set the styles folder * in a server public place. * * @link http://wiki.alkivia.org/framework/config-file */ // define ('AK_FRAMEWORK', '/home/my_user/my_root/wp_content/plugins/my_plugin/framework' /** Overrides the default 'alkivia.ini' location. */ // define ( 'AK_INI_FILE', dirname(__FILE__) . '/alkivia.ini');