| @@ 197-207 (lines=11) @@ | ||
| 194 | $hidden = $this->input->post('url_hidden'); |
|
| 195 | } |
|
| 196 | ||
| 197 | if ($this->input->post('page_item_image')) { |
|
| 198 | $image = $this->input->post('page_item_image'); |
|
| 199 | } elseif ($this->input->post('cat_item_image')) { |
|
| 200 | $image = $this->input->post('cat_item_image'); |
|
| 201 | } elseif ($this->input->post('module_item_image')) { |
|
| 202 | $image = $this->input->post('module_item_image'); |
|
| 203 | } elseif ($this->input->post('url_item_image')) { |
|
| 204 | $image = $this->input->post('url_item_image'); |
|
| 205 | } else { |
|
| 206 | $image = ''; |
|
| 207 | } |
|
| 208 | ||
| 209 | if ($this->input->post('page_newpage')) { |
|
| 210 | $newpage = $this->input->post('page_newpage'); |
|
| @@ 583-591 (lines=9) @@ | ||
| 580 | } elseif ($this->input->post('url_hidden')) { |
|
| 581 | $hidden = $this->input->post('url_hidden'); |
|
| 582 | } |
|
| 583 | if ($this->input->post('page_item_image')) { |
|
| 584 | $image = $this->input->post('page_item_image'); |
|
| 585 | } elseif ($this->input->post('cat_item_image')) { |
|
| 586 | $image = $this->input->post('cat_item_image'); |
|
| 587 | } elseif ($this->input->post('module_item_image')) { |
|
| 588 | $image = $this->input->post('module_item_image'); |
|
| 589 | } elseif ($this->input->post('url_item_image')) { |
|
| 590 | $image = $this->input->post('url_item_image'); |
|
| 591 | } |
|
| 592 | if ($this->input->post('page_parent_id')) { |
|
| 593 | $parent_id = $this->input->post('page_parent_id'); |
|
| 594 | } elseif ($this->input->post('cat_parent_id')) { |
|