mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 11:29:24 -04:00
34 lines
663 B
PHP
34 lines
663 B
PHP
<? defined("SYSPATH") or die("No direct script access."); ?>
|
|
<ul>
|
|
<li class="gWarning">
|
|
<a href="#" title="">
|
|
Gallery 3.1 is available, you're running Gallery 3.0. Update now!
|
|
</a>
|
|
</li>
|
|
<li class="gError">
|
|
<a href="#" title="">
|
|
Unable to write to /home/username/gallery3/var
|
|
</a>
|
|
</li>
|
|
<li class="gSuccess">
|
|
<a href="#" title="">
|
|
Permissions issues fixed
|
|
</a>
|
|
</li>
|
|
<li class="gInfo">
|
|
<a href="#" title="">
|
|
Just a plain information message
|
|
</a>
|
|
</li>
|
|
<li class="gHelp">
|
|
<a href="#" title="">
|
|
Contextual help or tip<br/>
|
|
And here's a second line
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
|
|
|