CloneSet585


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
15240.983php_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11062
components/com_content/views/frontpage/tmpl/default.php
21588
templates/rhuk_milkyway/html/com_content/frontpage/default.php
Clone Instance
1
Line Count
10
Source Line
62
Source File
components/com_content/views/frontpage/tmpl/default.php

<?php if ($this->params->def('show_pagination', 2) == 1
          ||                                                ($this->params->get('show_pagination') == 2
                                                             &&                                            $this->pagination->get('pages.total')>  1)):  ;
                                                                                                                                                         ?>
<div>
<?php                 echo $this->pagination->getPagesLinks(); ?>
</div>
<?php         if ($this->params->def('show_pagination_results', 1)):  ;
                                                                      ?>
<div>
<?php                 echo $this->pagination->getPagesCounter(); ?>
</div>
<?php
              endif; ?>
<?php
      endif; ?>


Clone Instance
2
Line Count
15
Source Line
88
Source File
templates/rhuk_milkyway/html/com_content/frontpage/default.php

<?php if ($this->params->def('show_pagination', 2) == 1
          ||                                                ($this->params->get('show_pagination') == 2
                                                             &&                                            $this->pagination->get('pages.total')>  1)):  ;
                                                                                                                                                         ?>
<tr>
  <td valign="top" align="center">
<?php                 echo $this->pagination->getPagesLinks(); ?>
<br/><br/>
</td>
</tr>
<?php if ($this->params->def('show_pagination_results', 1)):  ;
                                                              ?>
<tr>
  <td valign="top" align="center">
<?php                 echo $this->pagination->getPagesCounter(); ?>
</td>
</tr>
<?php
      endif; ?>
<?php
      endif; ?>
</table>


Clone AbstractionParameter Count: 4Parameter Bindings

<?php
  if ($this->params->def('show_pagination',2) == 1
      || ($this->params->get('show_pagination') == 2
          && $this->pagination->get('pages.total')>1)):
    ;
    ?> [[#variable50062f60]]<?php
    echo $this->pagination->getPagesLinks();
    ?> [[#variable50062f20]]<?php
    if ($this->params->def('show_pagination_results',1)):
      ;
      ?> [[#variable50062f60]]<?php
      echo $this->pagination->getPagesCounter();
      ?> [[#variable50062ec0]]<?php
    endif;
    ?>
<?php
  endif;
?> [[#variable50062ee0]]
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#50062f60]]
<tr>
  <td valign="top" align="center"> 
12[[#50062f60]]
<div> 
21[[#50062f20]]
<br/><br/>
</td>
</tr> 
22[[#50062f20]]
</div> 
31[[#50062ec0]]
</td>
</tr> 
32[[#50062ec0]]
</div> 
41[[#50062ee0]]
</table> 
42[[#50062ee0]]