Changeset 1250
- Timestamp:
- Dec 17, 2006, 9:38:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/takanashi/prj_takanashi6/webapp/lib/util/page.php
r1249 r1250 200 200 201 201 $contents = array(); 202 for ($i = 1; $i <= 12; $i++) {202 for ($i = 1; $i <= 3; $i++) { 203 203 $tpl = sprintf('db:inc_entry_point_%s_%d', $target, $i); 204 204 $contents[$i] = fetch_from_db($tpl, $smarty);
Note: See TracChangeset
for help on using the changeset viewer.