Skip to content

Instantly share code, notes, and snippets.

@ericlbarnes
Created July 12, 2010 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericlbarnes/472518 to your computer and use it in GitHub Desktop.
Save ericlbarnes/472518 to your computer and use it in GitHub Desktop.
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class Ice {
var $return_data;
function Ice()
{
$this->EE =& get_instance();
}
function products()
{
return $this->EE->TMPL->no_results();
}
}
/* End of file mod.ice.php */
/* Location: ./system/expressionengine/third_party/ice/mod.ice.php */
Error
The following tag cannot be processed:
{exp:ice:products}
Please check that the ‘ice’ module is installed and that ‘products’ is an available method of the module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment