Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Padėkit panaikinti užraša.

Parašė TOMIJUS· 2011 Spa. 17 18:10:25
#2


//Footer
 
	echo "\n</td>\n</tr>\n</table>";
 
	echo "<table cellpadding='0' cellspacing='0' width='1042' align='center'>\n<tr>\n";
 
	echo "<td align='left' style='font-family:Myriad Pro;font-size:12px;font-weight: bold;color:#ffffff'>\n";
 
	echo stripslashes($settings['footer']);
 
	echo "</td><td align='center' style='font-family:Myriad Pro;font-size:12px;font-weight: bold;color:#ffffff'>";
 
	$uzklausa = mysql_query("SELECT COUNT(user_id) FROM ".$db_prefix."users");
 
	echo "<table align='left'><tr>";
echo "<td align='right' style='font-family:Myriad Pro;font-size:12px;font-weight: bold;color:#fe8b05'>Dizainas: TheDealer<br/>
 
	Koduotė: <a style='color:#fe8b05' href='http://decolor.lt' target='_blank'>Decolor.lt</a><br/>
 
        Sprendimas : <a style='color:#fe8b05' href='http://www.elitaz.cs.lt' target='_blank'>ELITAZ.CS.LT</a></td>";
 
	echo "</tr>\n";
 
	echo "</table>\n";