cooolzine

trying to install cooolzine theme: Fatal error: Call to undefined method stdClass::execute() in node.front.tpl.php line 19.

  1. <div class="fluid">
  2. <?php
  3.        
  4.         /// ads ///
  5.         if (theme_get_setting('cooolzine_ads') == 'true') {
  6.        
  7.         $display_id = 'default';
  8.         $ad = views_get_view('ads');
  9.         $ad->set_arguments(array('taxonomy'));

im trying to add this view to views. its provided by cooolzine theme from themeforest. but i cant import. keep getting error.

  1. $view = new view;
  2. $view->name = 'front_tops';
  3. $view->description = 'Frontpage view';
  4. $view->tag = 'default';
  5. $view->view_php = '';
  6. $view->base_table = 'node';
  7. $view->is_cacheable = FALSE;
  8. $view
Syndicate content