示例#1
0
<?php

echo urlLink(7);
示例#2
0
?>
'/>
            <meta name="twitter:card" content="summary" />
            <meta name="twitter:title" content="<?php 
echo $_Titulosite;
?>
" />
            <meta name="twitter:description" content="<?php 
echo $_FraseBusca;
?>
" />
            <meta name="twitter:image" content="<?php 
echo $_UrlSite . '/Arquivos/Imgs/' . $_LogoSitePrincipal;
?>
" />
                        
        </head>


			<?php 
if (urlLink(1) == '') {
    include "home.php";
} else {
    include urlLink(1) . ".php";
}
?>
		
        
        <body>
        </body>
        </html>
示例#3
0
function geraSitename($Tsite)
{
    $z = 1;
    $Tfim = false;
    while (1 != 2) {
        if (urlLink($z) != '') {
            if ($z == 1) {
                $Tfim = urlLink($z);
            } else {
                $Tfim = urlLink($z);
            }
        } else {
            break;
        }
        $z++;
    }
    if (urlLink(1) == '') {
        return $Tsite;
    } else {
        return $Tsite . ' - ' . $Tfim;
    }
}