Changeset 1078 for trunk/htdocs/cacher/listentries.tpl.php
- Timestamp:
- 2012-07-29T08:45:04+02:00 (11 months ago)
- File:
-
- 1 edited
-
trunk/htdocs/cacher/listentries.tpl.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/cacher/listentries.tpl.php
r1074 r1078 1 <?php include("../common/header.tpl.php"); ?> 2 <div class="switcher"><?php echo switcher("do", $listTypes); ?></div> 1 <?php include "../common/header.tpl.php"; ?> 2 <div class="switcher"><?php echo switcher("do", $doTypes); ?></div> 3 <?php include "./sub/summary.tpl.php"; ?> 3 4 <?php 4 5 include "./sub/summary.tpl.php";6 $ isphp = $cachelist['type'] == 'listphp';5 $entryList = getEntryList(); 6 $isphp = $entryList['type'] == 'listphp'; 7 $typeName = $entryList['type_name']; 7 8 ob_start($config['path_nicer']); 8 9 9 10 $listName = 'Cached'; 10 $entries = $ cachelist['cache_list'];11 $entries = $entryList['cache_list']; 11 12 include "./sub/entrylist.tpl.php"; 12 13 13 14 $listName = 'Deleted'; 14 $entries = $ cachelist['deleted_list'];15 $entries = $entryList['deleted_list']; 15 16 include "./sub/entrylist.tpl.php"; 16 17 17 18 ob_end_flush(); 18 19 unset($isphp); 19 20 20 ?> 21 <?php include ("../common/footer.tpl.php"); ?>21 <?php include "../common/footer.tpl.php"; ?>
Note: See TracChangeset
for help on using the changeset viewer.

