Flickr module copyright symbol doesn't display right in Marketplace
Using Jamroom
This is my emoji database table:
$_sp = array(
'skip_triggers' => true,
'order_by' => array('_updated' => 'desc'),
);
$_rt = jrCore_db_search_items('jrBlog', $_sp);
// repeat for the other wanted modules,
// merge by the updated time to filter to the latest 15
// spit it out to the templates
$out = jrCore_parse_template('your-formatting-template.tpl', $_rep, 'xxSomeModule');
return $out;