infobox || $this->contributions || $this->series || $this->contribute & (CONTRIBUTE_SS | CONTRIBUTE_VI)):
echo '
'.PHP_EOL;
if ($this->infobox):
?>
| =Lang::main('quickFacts'); ?> |
|
|
contributions):
?>
| =Lang::user('contributions'); ?> |
|
|
series):
foreach ($this->series as [$list, $title]):
$this->brick('series', ['list' => $list, 'listTitle' => $title]);
endforeach;
endif;
if ($this->contribute & CONTRIBUTE_SS):
?>
| =Lang::main('screenshots'); ?> |
|
contribute & CONTRIBUTE_VI && ($this->user::isInGroup(U_GROUP_ADMIN | U_GROUP_BUREAU | U_GROUP_VIDEO) || !empty($this->community['vi']))):
?>
| =Lang::main('videos'); ?> |
|
contribute & CONTRIBUTE_SS):
?>
contribute & CONTRIBUTE_VI && ($this->user::isInGroup(U_GROUP_ADMIN | U_GROUP_BUREAU | U_GROUP_VIDEO) || !empty($this->community['vi']))):
?>
'.PHP_EOL;
endif;
?>