CloneSet1528


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8230.975php_fragment
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1892
components/com_content/views/category/tmpl/blog_item.php
2692
templates/beez/html/com_content/frontpage/default_item.php
Clone Instance
1
Line Count
8
Source Line
92
Source File
components/com_content/views/category/tmpl/blog_item.php

<?php if ($this->item->params->get('show_url')
          &&                                      $this->item->urls):  ;
                                                                       ?>
<tr>
  <td valign="top" colspan="2">
    <a href="http://<?php             echo $this->item->urls;  ?>">
<?php                         echo $this->item->urls; ?></a>
</td>
</tr>
<?php
      endif; ?>


Clone Instance
2
Line Count
6
Source Line
92
Source File
templates/beez/html/com_content/frontpage/default_item.php

<?php if ($this->item->params->get('show_url')
          &&                                      $this->item->urls):  ;
                                                                       ?>
<span class="small">
  <a href="<?php       echo $this->item->urls; ?>" target="_blank">
<?php                 echo $this->item->urls; ?></a>
</span>
<?php
      endif; ?>


Clone AbstractionParameter Count: 3Parameter Bindings

<?php
  if ($this->item->params->get('show_url')
      && $this->item->urls):
    ;
    ?> [[#variable540f0fe0]]<?php
    echo $this->item->urls;
    ?> [[#variable540f0f60]]<?php
    echo $this->item->urls;
    ?> [[#variable540f0ec0]]<?php
  endif;
?>
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#540f0fe0]]
<tr>
  <td valign="top" colspan="2">
    <a href="http:// 
12[[#540f0fe0]]
<span class="small">
  <a href=" 
21[[#540f0f60]]
"> 
22[[#540f0f60]]
" target="_blank"> 
31[[#540f0ec0]]
</a>
</td>
</tr> 
32[[#540f0ec0]]
</a>
</span>