/[drupal]/contributions/modules/smileys/smileys_import.module
ViewVC logotype

Diff of /contributions/modules/smileys/smileys_import.module

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

revision 1.2.2.10, Sat Jun 27 14:40:36 2009 UTC revision 1.2.2.11, Sat Jun 27 14:48:11 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: smileys_import.module,v 1.2.2.9 2009/06/27 14:36:13 Gurpartap Exp $  // $Id: smileys_import.module,v 1.2.2.10 2009/06/27 14:40:36 Gurpartap Exp $
3    
4  /**  /**
5   * Implementation of hook_help().   * Implementation of hook_help().
# Line 87  function smileys_export_page() { Line 87  function smileys_export_page() {
87        $smile_pak .= $smiley->acronyms . "\n";        $smile_pak .= $smiley->acronyms . "\n";
88      }      }
89      $output  = "<div id=\"module-message\">\n";      $output  = "<div id=\"module-message\">\n";
90      $output .= t('Please copy and paste the following text into a file at:<br /><strong>%package</strong><br /><em>with each smiley image in the same folder.</em>', array('%package' => $path . '/packs/' . $package . '/' . $package . '.pak')) . "\n";      $output .= t('Bundle a .pak file containing the following text along with each smiley image in the same folder as defined by example:<br /><strong>%package</strong>', array('%package' => file_directory_path() . '/smileys/' . $package . '/' . $package . '.pak')) . "\n";
91      $output .= "</div>\n";      $output .= "</div>\n";
92      $output .= "<div id=\"module-code\">\n";      $output .= "<div id=\"module-code\">\n";
93      $output .= "<textarea cols=\"80\" rows=\"15\">\n";      $output .= "<textarea cols=\"80\" rows=\"15\">\n";

Legend:
Removed from v.1.2.2.10  
changed lines
  Added in v.1.2.2.11

  ViewVC Help
Powered by ViewVC 1.1.2