7 lines
189 B
PHP
7 lines
189 B
PHP
<?php
|
|
/*
|
|
* Template for Apps when can't connect to app store
|
|
*/
|
|
?>
|
|
<h1><?php echo $l->t( 'Apps Repository' ); ?></h1>
|
|
<h2><?php echo $l->t( 'Cannot connect to apps repository' ); ?></h2>
|