| 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(). |
| 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"; |