Changeset 11462
- Timestamp:
- 02/19/11 04:01:31 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.9/amp_conf/htdocs/admin/config.php
r11459 r11462 315 315 316 316 // then load it and put it into the main freepbx interface 317 $template['content'] = load_view($amp_conf['VIEW_FREEPBX_ADMIN'], $admin_template) . load_view('views/freepbx_footer.php',$admin_temp alate) ;317 $template['content'] = load_view($amp_conf['VIEW_FREEPBX_ADMIN'], $admin_template) . load_view('views/freepbx_footer.php',$admin_template) ; 318 318 $template['use_nav_background'] = true; 319 319
