Changeset 1038 for trunk/mod_cacher/htdocs/help.php
- Timestamp:
- 2012-07-24T11:08:51+02:00 (11 months ago)
- File:
-
- 1 edited
-
trunk/mod_cacher/htdocs/help.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/mod_cacher/htdocs/help.php
r902 r1038 14 14 15 15 <link rel="stylesheet" type="text/css" href="xcache.css" /> 16 <title><?php echo _ T('XCache AdministrationHelp'); ?></title>16 <title><?php echo _('XCache Help'); ?></title> 17 17 <script> 18 18 function toggle(o) … … 24 24 25 25 <body> 26 <h1><?php echo _ T('XCache AdministrationHelp'); ?></h1>26 <h1><?php echo _('XCache Help'); ?></h1> 27 27 <div id1="help"> 28 28 <?php include(get_language_file("help")); ?> 29 29 </div> 30 30 31 <?php echo _ T('See also'); ?>: <a href="http://xcache.lighttpd.net/wiki/PhpIni">setting php.ini for XCache</a> in the<a href="http://xcache.lighttpd.net/">XCache wiki</a>31 <?php echo _('See also'); ?>: <a href="http://xcache.lighttpd.net/wiki/PhpIni">Setting php.ini for XCache</a> @ <a href="http://xcache.lighttpd.net/">XCache wiki</a> 32 32 </body> 33 33 </html>
Note: See TracChangeset
for help on using the changeset viewer.

