##
#################################################################################
-->
-<?php
- include('../../../config.php');
+<?php
+ include('../../../config.php');
$pixpath = "$CFG->pixpath/s";
$fullnames = get_list_of_pixnames();
'dead' => 'xx-P',
'sleepy' => '|-.',
'evil' => '}-]' );
-
+
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
if (img) {
var strImage = img;
var strAlt = text;
- var imgString = "<img src=\"" + strImage +"\" alt=\"" + strAlt +"\" />";
+ var imgString = "<img src=\"" + strImage +"\" alt=\"" + strAlt +"\" title=\"" + strAlt +"\" />";
}
// pass data back to the calling window
__dlg_close(imgString);
<tr valign="top">
<td>
<table border="0">
-<?php
- $list = array('smiley', 'biggrin', 'wink', 'mixed', 'thoughtful',
+<?php
+ $list = array('smiley', 'biggrin', 'wink', 'mixed', 'thoughtful',
'tongueout', 'cool', 'approve', 'wideeyes', 'surprise');
foreach ($list as $image) {
$name = $fullnames[$image];
<td>
<table border="0" align="center">
-<?php
+<?php
$list = array('sad', 'shy', 'blush', 'kiss', 'clown', 'blackeye',
'angry', 'dead', 'sleepy', 'evil');
foreach ($list as $image) {