|
Last change
on this file since 1078 was
1078,
checked in by moo, 10 months ago
|
|
htdocs/cache: re-adds help
|
-
Property svn:eol-style set to
native
|
|
File size:
463 bytes
|
| Rev | Line | |
|---|
| [1078] | 1 | <?php include "../common/header.tpl.php"; ?> |
|---|
| 2 | <div class="switcher"><?php echo switcher("do", $doTypes); ?></div> |
|---|
| 3 | <?php if (ini_get("xcache.test")) { ?> |
|---|
| 4 | <form method="post" action=""> |
|---|
| 5 | <div> |
|---|
| 6 | <input type="submit" name="coredump" value="Test coredump" class="submit" onclick="return confirm('<?php echo _('Sure?'); ?>');" /> |
|---|
| 7 | </div> |
|---|
| 8 | </form> |
|---|
| 9 | <?php } ?> |
|---|
| 10 | <div id="help"> |
|---|
| 11 | <?php include get_language_file("help"); ?> |
|---|
| [60] | 12 | </div> |
|---|
| [1078] | 13 | <?php include "../common/footer.tpl.php" ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.