]> git.mxchange.org Git - friendica.git/blob - mod/maintenance.php
DE update to the strings
[friendica.git] / mod / maintenance.php
1 <?php
2
3 function maintenance_content(&$a) {
4         return replace_macros(get_markup_template('maintenance.tpl'), array(
5                 '$sysdown' => t('System down for maintenance')
6         ));
7 }