Code Duplication    Length = 5-8 lines in 2 locations

Themes/default/Register.template.php 1 location

@@ 186-190 (lines=5) @@
183
		{
184
			if ($field['type'] == 'callback')
185
			{
186
				if (isset($field['callback_func']) && function_exists('template_profile_' . $field['callback_func']))
187
				{
188
					$callback_func = 'template_profile_' . $field['callback_func'];
189
					$callback_func();
190
				}
191
			}
192
			else
193
			{

Themes/default/Profile.template.php 1 location

@@ 1472-1479 (lines=8) @@
1469
				<hr>
1470
				<dl class="settings">';
1471
1472
		elseif ($field['type'] == 'callback')
1473
		{
1474
			if (isset($field['callback_func']) && function_exists('template_profile_' . $field['callback_func']))
1475
			{
1476
				$callback_func = 'template_profile_' . $field['callback_func'];
1477
				$callback_func();
1478
			}
1479
		}
1480
		else
1481
		{
1482
			echo '