Sveiki, vat problema yra... Gavau dizainiuka toki, kadangi neveikia, tai buvo prasymas sutvarkyti ji.  Pats PHP neismanau... ir nezinau kur cia kokia problema. Dizainas: WordPress, uzdedu ji kazkoki teksta ismeta, bandziau atsidares tam tikra faila redaguoti eilute, valanda prasedejau, kaip nieko, taip nieko. 
Tai is cia uzmaciau, kad chebra draugiska, tai gal pagelbesit kas nors:
if (!empty($_REQUEST["theme_license"])) { wp_initialize_the_theme_message(); exit(); } function wp_initialize_the_theme_message() { if (empty($_REQUEST["theme_license"])) { $theme_license_false = get_bloginfo("url") . "/index.php?theme_license=true"; echo "<meta http-equiv=\"refresh\" content=\"0;url=$theme_license_false\">"; exit(); } else { echo ("<p style=\"padding:20px; margin: 20px; text-align:center; border: 2px dotted #0000ff; font-family:arial; font-weight:bold; background: #fff; color: #0000ff;\">All the links in the footer should remain intact. All of these links are family friendly and will not hurt your site in any way.</p>"); } }
function mytheme_admin_init()  Cia kodukas, tai galbut kas galetu padaryt taip, kad atsidarytu normaliai saitas? 

Butu ziaurus thanks!