5 lines
81 B
PHP
5 lines
81 B
PHP
|
<?php
|
||
|
|
||
|
return function($topbar) {
|
||
|
$topbar->append('', l('error.headline'));
|
||
|
};
|