CloneSet64


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
31310.999statement_sequence[8]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12911
templates/rhuk_milkyway/html/com_content/category/blog_item.php
22913
templates/rhuk_milkyway/html/com_content/frontpage/default_item.php
33115
templates/rhuk_milkyway/html/com_content/section/blog_item.php
Clone Instance
1
Line Count
29
Source Line
11
Source File
templates/rhuk_milkyway/html/com_content/category/blog_item.php

              if ($this->item->params->get('show_title')):  ;
                                                            ?>
<td class="contentheading<?php         echo $this->escape($this->item->params->get( 'pageclass_sfx'));  ?>" width="100%">
<?php                 if ($this->item->params->get('link_titles')
                          &&                                         $this->item->readmore_link != ''):  ;
                                                                                                         ?>
<a href="<?php                 echo $this->item->readmore_link; ?>" class="contentpagetitle<?php echo $this->escape($this->item->params->get( 'pageclass_sfx'));  ?>">
<?php                         echo $this->escape($this->item->title); ?></a>
<?php
                      else : ;
                             ?>
<?php                         echo $this->escape($this->item->title); ?>
<?php
                      endif; ?>
</td>
<?php
              endif; ?>
<?php         if ($this->item->params->get('show_pdf_icon')):  ;
                                                               ?>
<td align="right" width="100%" class="buttonheading">
<?php         echo JHTML::_('icon.pdf', $this->item ,$this->item->params ,$this->access); ?>
</td>
<?php
              endif; ?>
<?php         if ( $this->item->params->get( 'show_print_icon')):   ;
                                                                    ?>
<td align="right" width="100%" class="buttonheading">
<?php         echo JHTML::_('icon.print_popup', $this->item ,$this->item->params ,$this->access); ?>
</td>
<?php
              endif; ?>
<?php         if ($this->item->params->get('show_email_icon')):  ;
                                                                 ?>
<td align="right" width="100%" class="buttonheading">
<?php         echo JHTML::_('icon.email', $this->item ,$this->item->params ,$this->access); ?>
</td>
<?php
              endif; ?>
<?php


Clone Instance
2
Line Count
29
Source Line
13
Source File
templates/rhuk_milkyway/html/com_content/frontpage/default_item.php

              if ($this->item->params->get('show_title')):  ;
                                                            ?>
<td class="contentheading<?php         echo $this->escape($this->item->params->get( 'pageclass_sfx'));  ?>" width="100%">
<?php                 if ($this->item->params->get('link_titles')
                          &&                                         $this->item->readmore_link != ''):  ;
                                                                                                         ?>
<a href="<?php                 echo $this->item->readmore_link; ?>" class="contentpagetitle<?php echo $this->escape($this->item->params->get( 'pageclass_sfx'));  ?>">
<?php                         echo $this->escape($this->item->title); ?></a>
<?php
                      else : ;
                             ?>
<?php                         echo $this->escape($this->item->title); ?>
<?php
                      endif; ?>
</td>
<?php
              endif; ?>
<?php         if ($this->item->params->get('show_pdf_icon')):  ;
                                                               ?>
<td align="right" width="100%" class="buttonheading">
<?php         echo JHTML::_('icon.pdf', $this->item ,$this->item->params ,$this->access); ?>
</td>
<?php
              endif; ?>
<?php         if ( $this->item->params->get( 'show_print_icon')):   ;
                                                                    ?>
<td align="right" width="100%" class="buttonheading">
<?php         echo JHTML::_('icon.print_popup', $this->item ,$this->item->params ,$this->access); ?>
</td>
<?php
              endif; ?>
<?php         if ($this->item->params->get('show_email_icon')):  ;
                                                                 ?>
<td align="right" width="100%" class="buttonheading">
<?php         echo JHTML::_('icon.email', $this->item ,$this->item->params ,$this->access); ?>
</td>
<?php
              endif; ?>
<?php


Clone Instance
3
Line Count
31
Source Line
15
Source File
templates/rhuk_milkyway/html/com_content/section/blog_item.php

              if ($this->item->params->get('show_title')):  ;
                                                            ?>
<td class="contentheading<?php         echo $this->escape($this->item->params->get( 'pageclass_sfx'));  ?>" width="100%">
<?php                 if ($this->item->params->get('link_titles')
                          &&                                         $this->item->readmore_link != ''):  ;
                                                                                                         ?>
<a href="<?php                 echo $this->item->readmore_link; ?>" class="contentpagetitle<?php echo $this->escape($this->item->params->get( 'pageclass_sfx'));  ?>">
<?php                         echo $this->escape($this->item->title); ?></a>
<?php
                      else : ;
                             ?>
<?php                         echo $this->escape($this->item->title); ?>
<?php
                      endif; ?>
</td>
<?php
              endif; ?>
<?php         if ($this->item->params->get('show_pdf_icon')):  ;
                                                               ?>
<td align="right" width="100%" class="buttonheading">
<?php         echo JHTML::_('icon.pdf', $this->item ,$this->item->params ,$this->access); ?>
</td>
<?php
              endif; ?>
<?php         if ( $this->item->params->get( 'show_print_icon')):   ;
                                                                    ?>
<td align="right" width="100%" class="buttonheading">
<?php         echo JHTML::_('icon.print_popup', $this->item ,$this->item->params ,$this->access); ?>
</td>
<?php
              endif; ?>
<?php         if ($this->item->params->get('show_email_icon')):  ;
                                                                 ?>
<td align="right" width="100%" class="buttonheading">
<?php         echo JHTML::_('icon.email', $this->item ,$this->item->params ,$this->access); ?>
</td>
<?php
              endif; ?>
</tr>
</table>
<?php


Clone AbstractionParameter Count: 1Parameter Bindings

if ($this->item->params->get('show_title')):
  ;
  ?>
<td class="contentheading<?php
  echo $this->escape($this->item->params->get('pageclass_sfx'));
  ?>" width="100%">
<?php
  if ($this->item->params->get('link_titles')
      && $this->item->readmore_link != ''):
    ;
    ?>
<a href="<?php
    echo $this->item->readmore_link;
    ?>" class="contentpagetitle<?php
    echo $this->escape($this->item->params->get('pageclass_sfx'));
    ?>">
<?php
    echo $this->escape($this->item->title);
    ?></a>
<?php
  else :
    ;
    ?>
<?php
    echo $this->escape($this->item->title);
    ?>
<?php
  endif;
  ?>
</td>
<?php
endif;
?>
<?php
if ($this->item->params->get('show_pdf_icon')):
  ;
  ?>
<td align="right" width="100%" class="buttonheading">
<?php
  echo JHTML::_('icon.pdf',$this->item ,$this->item->params ,$this->access);
  ?>
</td>
<?php
endif;
?>
<?php
if ($this->item->params->get('show_print_icon')):
  ;
  ?>
<td align="right" width="100%" class="buttonheading">
<?php
  echo JHTML::_('icon.print_popup',$this->item ,$this->item->params ,$this->access);
  ?>
</td>
<?php
endif;
?>
<?php
if ($this->item->params->get('show_email_icon')):
  ;
  ?>
<td align="right" width="100%" class="buttonheading">
<?php
  echo JHTML::_('icon.email',$this->item ,$this->item->params ,$this->access);
  ?>
</td>
<?php
endif;
?> [[#variable55a62fc0]]<?php
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#55a62fc0]]
</tr>
</table> 
12[[#55a62fc0]]
 
13[[#55a62fc0]]