>$property = trim($line);
}
}
}
}
}
return $obj;
}
}
}
?> 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: */
?>
Items Tagged With CBC
Episode 67: The ShiftWritten By: Administrator
Section:
Category: 2007-12-05 15:27:00


In this installment of the C-Realm Podcast, KMO speaks with Nate Hagens of theOilDrum.com about the various fantasies for replacing fossil fuels with bio-fuels,
synthetic fuels, or anything else that will supposedly take up the
slack when global oil production peaks and keep our first world of
happy motorists shuttling great distances everyday in their shiny metal
boxes.
Later KMO speaks with Yasmeen Grant about the new CBC radio documentary, "In Search of the Divine Vegetal," and finally we hear from fellow podcaster, Lorenzo,
about how sudden disruptions to business as usual can effect an
instantaneous change in consciousness that evaporates the ethnic,
economic, and ideological barriers that divide our communities.
One
might be tempted to think of the CBC as Canada's version of NPR, but
unlike NPR, they don't seem to keep an archive of their shows on-line
for folks to stream or download. They only seem to sell their old
programs on CD.
C-Realm
Listener Veeg has pointed out another podcast that actually features
excerpts from the CBC radio segment on Search for the Divine Vegetal.
You can find that podcast here:
You can find the full text of the material from Richard Heinberg that I used to introduce Nate Hagens here.
There are 1 items tagged with CBC. You can view all our tags in the Tag Cloud
<< Start < Previous 1 Next > End >>
Page 1 Of 1