» /rd/vhosts/phone/phoneowner.us/templates/phone.phtml

<?php
/*
    params:
    phone,
*/

$phone_formatted Phone::us($phone);
gaTrackPage("/PHONE");
//$TPL->title = $phone_formatted ." - The National Telephone Number Directory.";
$TPL->title $phone_formattedcs(", %s"$main_name) . (@$main_loc', '.HB_Legacy::locToPlainText($main_loc):'') . " - " RDSite::siteName() . " US Phone Directory";
$TPL->meta  '<meta name="robots" content="index, follow, noarchive" >';

//$TPL->description = "The National Telephone Number Directory. Phone ".$phone_formatted;
$owners_cnt count(@$table_rows);
switch (
$owners_cnt) {
    case 
0:
        
$TPL->description "Information about $phone_formatted: addresses, names, organizations";
        break;
    case 
1:
        
$TPL->description "We’ve found an owner for $phone_formatted: addresses, names, organizations";
        break;
    default:
        
$TPL->description "We’ve found $owners_cnt owners for $phone_formatted: addresses, names, organizations";
        break;
}
$TPL->top_adsense true;

// include T("/inc/adsense_leaderboard");
include T("/inc/common");
?>
<div class="row">
    <div class="column small-24">
    <?
    
echo "<br><h1 class='main-header-1'>Phone $phone_formatted owners, addresses and organizations</h1>";
    include 
T("/inc/breadcrumb");
    echo 
"<h2>".Phone::us($phone"x""%s-%s-%s")."</h2>";
    
?>

<div class="text-block">
    <p>Get the full home address, email, birthdate, relative's names and secondary phone numbers owned by this person in our premium reports. Our data is from premium national sources and updated in real-time to provide the most accurate information available anywhere.</p>
</div>
    <br>
        <article>
            <?=join("\n"$table_rows);?>
        </article>
    <br>
        <div class="row">
            <div class="column small-24 medium-12">

                <? include T("/inc/prefix_info"); ?>

            </div>
        </div>
<?
if (@$interlinks) {
?>

        <?
            $item_values 
FALSE;
            if( 
count($interlinks) > ){
                
$item_values TRUE;
            }elseif( 
Mobile_Router::visitorIsMobile() ){
                
$item_values TRUE;
            }
            
            if( 
$item_values ){
                include 
T("/inc/adsense_center");
            }
        
?>

        <article>
                <?include T("/inc/phone_interlinks");?>
        </article>
<?
}
?>
            
                
    </div>
</div>

<? include T("/inc/adsense_footer"); ?>

<div class="row">
    <div class="column small-24">
        <br>
        <small class="gray-text">
            NOTICE: You may not use <?= RDSite::siteName()?> or the information it provides to make decisions about employment, credit, housing or any other purpose that would require Fair Credit Reporting Act (FCRA) compliance. <?= RDSite::siteName()?> is not a Consumer Reporting Agency (CRA) as defined by the FCRA and does not provide consumer reports.
        </small>
    </div> 
</div>