/[drupal]/contributions/modules/img_assist/img_assist.module
ViewVC logotype

Diff of /contributions/modules/img_assist/img_assist.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.68.2.50.2.17.2.7, Thu Jul 23 10:06:14 2009 UTC revision 1.68.2.50.2.17.2.8, Mon Aug 3 21:47:36 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: img_assist.module,v 1.68.2.50.2.17.2.6 2009/07/15 22:58:17 sun Exp $  // $Id: img_assist.module,v 1.68.2.50.2.17.2.7 2009/07/23 10:06:14 sun Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 1855  function theme_img_assist_page($content, Line 1855  function theme_img_assist_page($content,
1855    
1856    $output .= "</head>\n";    $output .= "</head>\n";
1857    $output .= '<body'. drupal_attributes($attributes) .">\n";    $output .= '<body'. drupal_attributes($attributes) .">\n";
1858    
1859    $output .= theme_status_messages();    // Do not display status/error messages in popup header frame.
1860      if (!isset($attributes['id']) || $attributes['id'] != 'img_assist_header') {
1861        $output .= theme('status_messages');
1862      }
1863    
1864    $output .= "<!-- begin content -->\n";    $output .= "<!-- begin content -->\n";
1865    $output .= $content;    $output .= $content;
1866    $output .= "<!-- end content -->\n";    $output .= "<!-- end content -->\n";

Legend:
Removed from v.1.68.2.50.2.17.2.7  
changed lines
  Added in v.1.68.2.50.2.17.2.8

  ViewVC Help
Powered by ViewVC 1.1.2