Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Padėkite įdėti user_info_panel į headerį

Parašė Noyz· 2010 Geg. 23 15:05:51
#1

Ar galėtumėte įdėti į headerį prisijungimą?

function render_header :

function render_header($header_content) {
global $theme_width,$locale,$data,$aidlink,$db_prefix;$msg_count;

echo "<table cellpadding='0' align='center' cellspacing='0' width='963'>\n<tr>
<td class='full-header'></td>
</tr>
</table>\n";
echo "<table cellpadding='0' align='center' cellspacing='0' width='704'>\n<tr>
<tr>
<td align='center' class='sub-header'>".showsublinks("&middot;","white")."</td>
</tr>
</table>\n";

echo "<table align='center' cellpadding='0' cellspacing='0' width='963'>\n<tr>\n";


}