Wed 12 Mar |
| ||||||
include($_smarty_compile_path);
}
// pop the local vars off the front of the stack
array_shift($this->_config);
$this->_inclusion_depth--;
if ($this->debugging) {
// capture time for debugging info
$_params = array();
require_once(SMARTY_CORE_DIR . 'core.get_microtime.php');
$this->_smarty_debug_info[$included_tpls_idx]['exec_time'] = smarty_core_get_microtime($_params, $this) - $debug_start_time;
}
if ($this->caching) {
$this->_cache_info['template'][$params['smarty_include_tpl_file']] = true;
}
}
/**
* get or set an array of cached attributes for function that is
* not cacheable
* @return array
*/
function &_smarty_cache_attrs($cache_serial, $count) {
$_cache_attrs =& $this->_cache_info['cache_attrs'][$cache_serial][$count];
if ($this->_cache_including) {
/* return next set of cache_attrs */
$_return = current($_cache_attrs);
next($_cache_attrs);
return $_return;
} else {
/* add a reference to a new set of cache_attrs */
$_cache_attrs[] = array();
return $_cache_attrs[count($_cache_attrs)-1];
}
}
/**
* wrapper for include() retaining $this
* @return mixed
*/
function _include($filename, $once=false, $params=null)
{
if ($once) {
return include_once($filename);
} else {
return include($filename);
}
}
/**
* wrapper for eval() retaining $this
* @return mixed
*/
function _eval($code, $params=null)
{
return eval($code);
}
/**#@-*/
}
/* vim: set expandtab: */
?>
Chinchilejo e.i.r.l. (Dragonfly in Quechua) is sponsoring the 4th Amazonian Shamanism Conference in Iquitos, Peru. They are hosts to Soga Del Alma (Vine of the Soul) and invited guest Presenters and healers. The very experienced Presenters and Healers (shamans-curanderos) will be presenting lectures on various Amazonian healing techniques as well as alternative types of natural medicines. These curanderos (male and female) are those that typically use Ayahuasca or San Pedro in order to heal people, reguraly drink these medicinas and carry this knowledge with them in order to help other people make contact with the Vine and cactus and thereby get the knowledge they need to rebalance their beings, their lives and keep on living wisely, with open eyes on the World. I'm hoping to attend this conference. To that end, the conference organizers have offered to give me a portion of the registration fee of anyone who signs up for the conference as a result of having learned about it through the C-Realm Podcast or the C-Realm website. This will help defray my travel expenses and allow me to join you for this event. This year, we don't have any automatic tracking system set up, so if you learned about the conference through C-Realm, please indicate on the registration form that you were referred by KMO. Conference site is here.
|











Tags