| 1 |
<?php |
<?php |
| 2 |
// $Id: img_assist.module,v 1.68.2.50.2.23 2009/07/15 22:58:20 sun Exp $ |
// $Id: img_assist.module,v 1.68.2.50.2.24 2009/07/23 10:06:22 sun Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 1858 |
|
|
| 1859 |
$output .= "</head>\n"; |
$output .= "</head>\n"; |
| 1860 |
$output .= '<body'. drupal_attributes($attributes) .">\n"; |
$output .= '<body'. drupal_attributes($attributes) .">\n"; |
| 1861 |
|
|
| 1862 |
$output .= theme_status_messages(); |
// Do not display status/error messages in popup header frame. |
| 1863 |
|
if (!isset($attributes['id']) || $attributes['id'] != 'img_assist_header') { |
| 1864 |
|
$output .= theme('status_messages'); |
| 1865 |
|
} |
| 1866 |
|
|
| 1867 |
$output .= "<!-- begin content -->\n"; |
$output .= "<!-- begin content -->\n"; |
| 1868 |
$output .= $content; |
$output .= $content; |
| 1869 |
$output .= "<!-- end content -->\n"; |
$output .= "<!-- end content -->\n"; |