Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
26 | 2 | 0 | 1.000 | php_sequence[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 26 | 1 | components/com_content/views/categories/tmpl/default.php |
2 | 26 | 1 | components/com_content/views/frontpage/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; ?> |
| ||||
<?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; ?> |
| |||
<?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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |