Changeset 1426 for temp/trunk
- Timestamp:
- 2006/08/23 21:16:21 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/Smarty/templates/admin/design/index.tpl (modified) (previous)
-
html/admin/design/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/design/index.php
r1422 r1426 27 27 $page_id = $_POST['page_id']; 28 28 }else{ 29 $page_id = 1;29 $page_id = ""; 30 30 } 31 31 … … 127 127 header("location: ./index.php"); 128 128 } 129 sfprintr($page_id);130 exit;131 132 129 lfSetPreData($arrPageData); 133 130
Note: See TracChangeset
for help on using the changeset viewer.
