/**
* Últimos assuntos - AwesomeBB by Pedxz
* Created August 26, 2018 <1.0>
* See more: http://ajuda.forumeiros.com
*/
$(function() {
var title = 'Últimos Assuntos', empty = 'No momento estamos sem tópicos para poderes ver ou não têm permissão para vê-los!', last = $('
', {
id: 'block-latest',
class: 'block-subtle'
}).append(
'
chat_bubble_outline' +
'
' +
'
' + title + '' +
'
' +
'
'
);
if (_board.tpl_version !== 'awesomebb') return;
$(last).insertBefore('#block-online');
$('#block-latest .block-last-load').load('/latest .block-topics-details');
$('head').append(
''
);
});