- Timestamp:
- 05/05/08 07:30:21 (8 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/communication/trash/trackback/index.php
r5632 r5874 40 40 setBlogSetting('rowsPerPage', $_POST['perPage']); 41 41 } 42 $tabsClass = array(); 43 $tabsClass['postfix'] = null; 44 $tabsClass['postfix'] .= isset($_POST['category']) ? '&category='.$_POST['category'] : ''; 45 $tabsClass['postfix'] .= isset($_POST['site']) ? '&site='.$_POST['site'] : ''; 46 $tabsClass['postfix'] .= isset($_POST['ip']) ? '&ip='.$_POST['ip'] : ''; 47 $tabsClass['postfix'] .= isset($_POST['search']) ? '&search='.$_POST['search'] : ''; 48 $tabsClass['trash'] = true; 49 42 50 list($trackbacks, $paging) = getTrashTrackbackWithPagingForOwner($blogid, $categoryId, $site, $ip, $search, $suri['page'], $perPage); 43 51 require ROOT . '/lib/piece/owner/header.php'; … … 263 271 ?> 264 272 </h2> 273 <?php 274 require ROOT . '/lib/piece/owner/communicationTab.php'; 275 ?> 265 276 266 277 <div class="main-explain-box">
