Code Duplication    Length = 1-4 lines in 2 locations

htdocs/class/xoopseditor/xinha/plugins/ExtendedFileManager/images.php 2 locations

@@ 88-88 (lines=1) @@
85
    			<td><span style="width:20px;"><img src="<?php print $IMConfig['base_url'];?>icons/folder_small.gif" alt="" /></span>
86
				<a href="<?php print $backend_url_enc; ?>__function=images&amp;mode=<?php echo $insertMode;?>&amp;dir=<?php echo rawurlencode($path); ?>&amp;viewtype=<?php echo $afruViewType; ?>" onclick="updateDir('<?php echo $path; ?>')" title="<?php echo $dir['entry']; ?>">
87
    			<?php
88
    			if(strlen($dir['entry'])>$maxNameLength) echo substr($dir['entry'],0,$maxNameLength)."..."; else echo $dir['entry'];
89
    			?>
90
    			</a></td>
91
    			<td colspan="2" >Folder</td>
@@ 172-175 (lines=4) @@
169
      <a class="dir" href="<?php print $backend_url_enc;?>__function=images&amp;mode=<?php echo $insertMode;?>&amp;dir=<?php echo rawurlencode($path); ?>&amp;viewtype=<?php echo $afruViewType; ?>" onclick="updateDir('<?php echo $path; ?>')" title="<?php echo $dir['entry']; ?>"><img src="<?php print $IMConfig['base_url'];?>img/folder.gif" height="80" width="80" alt="<?php echo $dir['entry']; ?>" /></a>
170
171
      <div class="fileName">
172
      <?php if(strlen($dir['entry']) > $maxFolderNameLength)
173
                echo substr($dir['entry'], 0, $maxFolderNameLength) . "...";
174
              else
175
                echo $dir['entry']; ?>
176
      </div>
177
      <div class="edit">
178
      <?php