Bug #1927 ยป 1927.patch
components/com_comprofiler/comprofiler.html.php | ||
---|---|---|
$_CB_framework->appendPathWay( $listTitleHtml );
|
||
|
||
$cbSpoofField = cbSpoofField();
|
||
$cbSpoofString = cbSpoofString( null, 'usersList' );
|
||
if ( $hotlink_protection == 1 ) {
|
||
$cbSpoofString = cbSpoofString( null, 'usersList' );
|
||
$spoofAmp = "&" . $cbSpoofField . '=' . urlencode( $cbSpoofString );
|
||
} else {
|
||
$cbSpoofString = null;
|
||
$spoofAmp = null;
|
||
}
|
||
// Base URL string:
|
||
... | ... | |
</div>
|
||
<div class="cbClr"></div>
|
||
*/
|
||
if ( $cbSpoofString ) {
|
||
echo cbGetSpoofInputTag( null, $cbSpoofString );
|
||
}
|
||
|
||
// Render search-area header:
|
||
|