Description:
Activate the power of God within you!
And when Paul had laid hands on them, the Holy Spirit came upon them, and they spoke with tongues and prophesied (Acts 19:6).
The Glory Within curriculum is designed to help you activate the supernatural life of God within you through speaking in tongues.
And these signs will follow those who believe: In My name they will cast out demons; they will speak with new tongues (Mark 16:17).
Through these dynamic teaching sessions, you will discover how this glorious gift unlocks your spiritual destiny through:
• Deepening your intimacy with God, stirring increased passion for Jesus in your life
• Giving you access to the mysteries of God’s will, enabling you to pray with greater confidence and clarity
• Strengthening yourself in God’s presence, experiencing supernatural refreshing
• Equipping you for successful spiritual warfare, empowering you to fight from a position of victory
The Glory Within Study Guide awakens your spiritual senses and inner spirit so you can become the person God created you to be.
jQuery(function() {
var mode = jQuery('.gryffeditor').hasClass('editing') ? 'dev' : 'production';
var $module = jQuery('#m-1603811938329').children('.module');
if (mode == 'dev') {
jQuery('#m-1603811938329').attr('data-name', '').css('background-image', 'none').removeAttr('data-image');
var flag = true;
var $bkLiquid = parent.jQuery('body').find('#gfFrame').contents().find('#module-1603811938329');
if ($bkLiquid && $bkLiquid.length > 0) {
var $settings = $bkLiquid.find('.settings');
try {
var name = '';
var imageUrl = '';
settings = JSON.parse($settings.html());
for (var i = 0; i < settings.length; i++) {
if (settings[i].name == 'name') {
name = settings[i].default_value
}
if (settings[i].name == 'image') {
imageUrl = settings[i].default_value
}
}
if (imageUrl != '') {
flag = false;
jQuery('#m-1603811938329').css('background-image', 'url(' + imageUrl + ')').css('min-height', '100px').attr('data-image', 'true');
}
if (name != '' && name != 'Custom Code') {
flag = false;
jQuery('#m-1603811938329').attr('data-name', name);
}
} catch(error) {
console.log(error);
}
}
if (flag) {
jQuery('#m-1603811938329').attr('data-name', 'Right click on the module, then choose Edit Html / Liquid option to start writing your custom code.');
}
}
});