Show
Ignore:
Timestamp:
08/27/2006 12:48:14 PM (7 years ago)
Author:
moo
Message:

show XCache version

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/xcache.tpl.php

    r84 r107  
    1111 
    1212    <link rel="stylesheet" type="text/css" href="xcache.css" /> 
    13     <title>XCache Administration</title> 
     13    <title>XCache <?php echo $xcache_version; ?> Administration</title> 
    1414</head> 
    1515 
    1616<body> 
    17 <h1>XCache Administration</h1> 
     17<h1>XCache <?php echo $xcache_version; ?> Administration</h1> 
    1818<a href="help.php" target="_blank" id="help">Help &raquo;</a> 
    1919<span class="switcher"><?php echo switcher("type", $types); ?></span> 
     
    237237} 
    238238?> 
     239<div class="footnote"> 
     240<?php echo <<<EOS 
     241Powered By: {$xcache_version}, {$xcache_modules} 
     242EOS; 
     243?> 
     244</div> 
     245 
    239246</body> 
    240247</html>