use ILIKE for case insensitive searches
[grauphel.git] / templates / error.php
1 <link rel="stylesheet" href="<?php p(OCP\Util::linkTo('grauphel','grauphel.css')); ?>" type="text/css"/>
2
3 <div id="app-content" class="content">
4   <div>
5     <h1>grauphel - Tomboy notes server</h1>
6     <h2>Error</h2>
7     <p><?php p($_['message']); ?></p>
8     <?php if ($_['code'] == 1001) { ?>
9     <p>
10      You need to install the PHP PECL OAuth extension to make grauphel work.
11      See the
12      <a class="lined" href="http://cweiske.de/grauphel.htm#manual">
13       installation instructions</a>
14      for more information.
15     </p>
16     <?php } ?>
17   </div>
18 </div>