CloneSet509


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
26201.000php_sequence[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1261
components/com_content/views/categories/tmpl/default.php
2261
components/com_content/views/frontpage/tmpl/default.php
Clone Instance
1
Line Count
26
Source Line
1
Source File
components/com_content/views/categories/tmpl/default.php

<?php
/**
 * @version             $Id: default.php 12286 2009-06-22 04:06:59Z eddieajau $
 * @package             Joomla.Site
 * @subpackage  com_content
 * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
 * @license             GNU General Public License version 2 or later; see LICENSE.txt
 */

// no direct access
defined( "_JEXEC") or exit;

JHtml::addIncludePath(JPATH_COMPONENT
                      .               DS
                      .                  'helpers');
// If the page class is defined, wrap the whole output in a div.
$pageClass=  $this->params->get('pageclass_sfx');
?>
<?php if ($pageClass):  ;
                        ?>
<div class="<?php echo $pageClass;?>">
<?php
      endif;?>
<?php if ($this->params->get('show_page_title', 1)):  ;
                                                      ?>
<h1>
<?php         echo $this->escape($this->params->get('page_title')); ?>
</h1>
<?php
      endif; ?>


Clone Instance
2
Line Count
26
Source Line
1
Source File
components/com_content/views/frontpage/tmpl/default.php

<?php
/**
 * @version             $Id: default.php 12296 2009-06-22 11:14:59Z pentacle $
 * @package             Joomla.Site
 * @subpackage  com_content
 * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
 * @license             GNU General Public License version 2 or later; see LICENSE.txt
 */

// no direct access
defined( "_JEXEC") or exit;

JHtml::addIncludePath(JPATH_COMPONENT
                      .               DS
                      .                  'helpers');
// If the page class is defined, wrap the whole output in a div.
$pageClass=  $this->params->get('pageclass_sfx');
?>
<?php if ($pageClass):  ;
                        ?>
<div class="<?php echo $pageClass;?>">
<?php
      endif;?>
<?php if ($this->params->get('show_page_title', 1)):  ;
                                                      ?>
<h1>
<?php         echo $this->escape($this->params->get('page_title')); ?>
</h1>
<?php
      endif; ?>


Clone AbstractionParameter Count: 0Parameter Bindings

<?php
  /**
   * @version             $Id: default.php 12296 2009-06-22 11:14:59Z pentacle $
   * @package             Joomla.Site
   * @subpackage  com_content
   * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
   * @license             GNU General Public License version 2 or later; see LICENSE.txt
   */
  /**
   * @version             $Id: default.php 12286 2009-06-22 04:06:59Z eddieajau $
   * @package             Joomla.Site
   * @subpackage  com_content
   * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
   * @license             GNU General Public License version 2 or later; see LICENSE.txt
   */
  // no direct access
  defined( "_JEXEC") or exit;
  JHtml::addIncludePath(JPATH_COMPONENT
                        . DS
                        . 'helpers');
  // If the page class is defined, wrap the whole output in a div.
  $pageClass=$this->params->get('pageclass_sfx');
?>
<?php
  if ($pageClass):
    ;
    ?>
<div class="<?php
    echo $pageClass;
    ?>">
<?php
  endif;
?>
<?php
  if ($this->params->get('show_page_title',1)):
    ;
    ?>
<h1>
<?php
    echo $this->escape($this->params->get('page_title'));
    ?>
</h1>
<?php
  endif;
?>
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None