forked from leftypol/leftypol
Attempt at using HTML5 microdata
This commit is contained in:
parent
3733162e0a
commit
0ba885d9c1
3 changed files with 20 additions and 14 deletions
|
@ -777,7 +777,7 @@
|
|||
while($th = $query->fetch()) {
|
||||
if(!$mod && $config['cache']['enabled']) {
|
||||
if($built = cache::get("thread_index_{$board['uri']}_{$th['id']}")) {
|
||||
$body .= '<div id="thread_' . $th['id'] . '">' . $built . '</div>';
|
||||
$body .= $built;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue