Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 4 | 0.961 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 43 | templates/beez/html/com_user/login/default_login.php |
2 | 7 | 57 | templates/beez/html/mod_login/default.php |
| ||||
if ($this->params->get('registration')): ; ?> <?php echo JText::_('No account yet?'); ?> <a href="<?php echo JRoute::_('index.php?option=com_users&view=registration#content'); ?>"> <?php echo JText::_('Register'); ?></a> <?php endif; |
| ||||
if ($usersConfig->get('allowUserRegistration')): ; ?> <p> <?php echo JText::_('No account yet?'); ?> <a href="<?php echo JRoute::_('index.php?option=com_users&view=registration#content'); ?>"> <?php echo JText::_('Register'); ?></a> </p> <?php endif; |
| |||
if ( [[#variable24e910a0]]->get( [[#variable24e91060]])): ; ?> [[#variable24e90f20]]<?php echo JText::_('No account yet?'); ?> <a href="<?php echo JRoute::_('index.php?option=com_users&view=registration#content'); ?>"> <?php echo JText::_('Register'); ?> [[#variable24e90f80]]<?php endif; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#24e910a0]] | $this->params |
1 | 2 | [[#24e910a0]] | $usersConfig |
2 | 1 | [[#24e91060]] | 'registration' |
2 | 2 | [[#24e91060]] | 'allowUserRegistration' |
3 | 1 | [[#24e90f20]] | |
3 | 2 | [[#24e90f20]] | <p> |
4 | 1 | [[#24e90f80]] | </a> |
4 | 2 | [[#24e90f80]] | </a> </p> |