CloneSet1845


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7240.957php_fragment
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18106
templates/rhuk_milkyway/html/com_content/section/blog.php
27114
templates/rhuk_milkyway/html/com_content/section/blog.php
Clone Instance
1
Line Count
8
Source Line
106
Source File
templates/rhuk_milkyway/html/com_content/section/blog.php

<?php if ($this->params->def('show_pagination', 2)):  ;
                                                      ?>
<tr>
  <td valign="top" align="center">
<?php                 echo $this->pagination->getPagesLinks(); ?>
<br/><br/>
</td>
</tr>
<?php
      endif; ?>


Clone Instance
2
Line Count
7
Source Line
114
Source File
templates/rhuk_milkyway/html/com_content/section/blog.php

<?php if ($this->params->def('show_pagination_results', 1)):  ;
                                                              ?>
<tr>
  <td valign="top" align="center">
<?php                 echo $this->pagination->getPagesCounter(); ?>
</td>
</tr>
<?php
      endif; ?>


Clone AbstractionParameter Count: 4Parameter Bindings

<?php
  if ($this->params->def( [[#variable53d393e0]], [[#variable53d39320]])):
    ;
    ?>
<tr>
  <td valign="top" align="center">
<?php
    echo $this->pagination-> [[#variable53d39280]]();
    ?> [[#variable53d39220]]<?php
  endif;
?>
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53d393e0]]
'show_pagination_results' 
12[[#53d393e0]]
'show_pagination' 
21[[#53d39320]]
1 
22[[#53d39320]]
2 
31[[#53d39280]]
getPagesCounter 
32[[#53d39280]]
getPagesLinks 
41[[#53d39220]]
</td>
</tr> 
42[[#53d39220]]
<br/><br/>
</td>
</tr>