Welcome Guest, Not a member yet? Register   Sign In
PyroCMS v0.9.7.4 - an open-source modular general purpose CMS

[eluser]zorrito[/eluser]
In amdin.php and php 5.3 i made this.

Code:
// Dashboard RSS feed (using SimplePie)
        /*$this->load->library('simplepie');
        $this->simplepie->set_cache_location(APPPATH . 'cache/simplepie/');
        $this->simplepie->set_feed_url( $this->settings->item('dashboard_rss') );
        $this->simplepie->init();
        $this->simplepie->handle_content_type();*/
        
        // Store the feed items
        //$this->data->rss_items                 = $this->simplepie->get_items(0, $this->settings->item('dashboard_rss_count'));

Admin is working now Smile


Messages In This Thread
PyroCMS v0.9.7.4 - an open-source modular general purpose CMS - by El Forum - 01-14-2010, 06:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB