Jump to content
  • 0

проблема с php


htmlonline
 Share

Question

7 answers to this question

Recommended Posts

  • 0

вот поэтому я и не люблю сторонние CMS, особенно джумлу, долго очень разбираться, что они там написали, скорее всего баг какого-то плагина или модуля, попробуй выруби все лишнее и включай по одному, пока проблема опять не появится. ну ты понял меня. =)

Link to comment
Share on other sites

  • 0

при чем тут php? вот код который надо убрать:

<div id="s5_loader" style="position:fixed">

<script type="text/javascript">
loader('s5_loader');
</script>
<div style="margin-left: auto; margin-right: auto; width: 200px; padding-top: 200px; color:#ffffff"><div style="text-align:center"><font face="Arial" style="font-size: 8pt" color="#FFFFFF">[ STANDBY INITIALIZING ]</font></div>
<br /><div style="text-align:center"><img border="0" src="/templates/Shape5_GameVision_15/images/loader.gif" alt="" width="32" height="32"></img></div>
</div>
</div>

<script type="text/javascript">

if (document.getElementById("s5_inset")) {
document.getElementById("s5_binner").style.width = 667 - 214 + "px";
}
else {
document.getElementById("s5_binner").style.width = 667 + "px";
}

if (document.getElementById("s5_body")) {
var bodyheight = document.getElementById("s5_body").offsetHeight;
}
if (document.getElementById("s5_column")) {
var columnheight = document.getElementById("s5_column").offsetHeight;
}

if (document.getElementById("s5_loader")) {
document.getElementById("s5_loader").style.height = document.getElementById("s5_outer_inner").offsetHeight +'px';
}



var divbody = 0;
var divinset = 0;
var divcolumn = 0;

if (document.getElementById("s5_column_inner")) {
checkcolumn = document.getElementById("s5_column").offsetHeight + document.getElementById("s5_column").offsetTop;
divcolumn = 1;
}

if (document.getElementById("s5_mainbody_inner")) {
checkbody = document.getElementById("s5_mainbody").offsetHeight + document.getElementById("s5_mainbody").offsetTop;
divbody = 1;
}

if (document.getElementById("s5_inset_inner")) {
checkinset = document.getElementById("s5_inset").offsetHeight + document.getElementById("s5_inset").offsetTop;
divinset = 1;
}

var checkcolumn = 0;
var checkbody = 0;
var checkinset = 0;
var bodybottomspacer = 0;

window.setTimeout('setdivs()',500);

</script>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy