| 3 | | if ( $set == null ) |
| 4 | | { |
| 5 | | echo $html->addCrumb('Control Tools', '/admin/entries/start'); |
| 6 | | echo $html->addCrumb('Images', '#'); |
| 7 | | echo $html->getCrumbs(' / '); |
| 8 | | echo $html->div('title_section', 'Images'); |
| 9 | | $return = null; |
| 10 | | } |
| 11 | | else |
| 12 | | { |
| 13 | | $return = 'set'; |
| 14 | | } |
| | 3 | if ( $set == null ): |
| | 4 | echo $html->addCrumb('Control Panel', '/admin/entries/start'); |
| | 5 | echo $html->addCrumb(__('Images', true), '#'); |
| | 6 | echo $html->getCrumbs(' / '); |
| | 7 | echo $html->div('title_section', __('Images', true)); |
| | 8 | $return = null; |
| | 9 | else: |
| | 10 | $return = 'set'; |
| | 11 | endif; |