Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
error.php
1 <div id="installer" class="error">
2 
3  <h2><?php echo Rights::t('install', 'Error'); ?></h2>
4 
5  <p class="red-text">
6  <?php echo Rights::t('install', 'An error occurred while installing Rights.'); ?>
7  </p>
8 
9  <p>
10  <?php echo Rights::t('install', 'Please try again or consult the documentation.') ;?>
11  </p>
12 
13 </div>