Changeset 107 for trunk/admin/xcache.tpl.php
- Timestamp:
- 08/27/2006 12:48:14 PM (7 years ago)
- Files:
-
- 1 modified
-
trunk/admin/xcache.tpl.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/xcache.tpl.php
r84 r107 11 11 12 12 <link rel="stylesheet" type="text/css" href="xcache.css" /> 13 <title>XCache Administration</title>13 <title>XCache <?php echo $xcache_version; ?> Administration</title> 14 14 </head> 15 15 16 16 <body> 17 <h1>XCache Administration</h1>17 <h1>XCache <?php echo $xcache_version; ?> Administration</h1> 18 18 <a href="help.php" target="_blank" id="help">Help »</a> 19 19 <span class="switcher"><?php echo switcher("type", $types); ?></span> … … 237 237 } 238 238 ?> 239 <div class="footnote"> 240 <?php echo <<<EOS 241 Powered By: {$xcache_version}, {$xcache_modules} 242 EOS; 243 ?> 244 </div> 245 239 246 </body> 240 247 </html>

