items as $item) { $item_date=date('Y-m-d H:i', strtotime($item['pubdate'])); $node = new OPMLItem(array( 'title'=>htmlspecialchars($item['title'], ENT_COMPAT, 'UTF-8'), 'type'=>'link', 'dateCreate'=>$item_date, 'subject'=>$item['category'], 'htmlURL'=>htmlspecialchars($item['link'], ENT_COMPAT, 'UTF-8'))); $obj->AddChild($node); } } return $obj; } fbo_add_provider('bookmark', 'b365key_provider'); fbo_add_option('bookmark', 'Bookmarks', 'b365key_option'); ?>