fix quest master image

This commit is contained in:
unknown
2012-06-13 18:51:14 +03:00
parent 931ade88cc
commit 089220306f
2 changed files with 49 additions and 49 deletions
+3 -3
View File
@@ -14,10 +14,10 @@ if ($_SESSION['qst']!=24 && QUEST==true){?>
<div id="anm" style="width:120px; height:140px; visibility:hidden;"></div>
<div id="qge">
<?php if ($_SESSION['qst']==0){ ?>
<img onclick="qst_handle();" src="img/x.gif" id="qgei" class="q_l<?php echo $session->userinfo['tribe'];?>" title="to the task" style="height:174px" alt="to the task" />
<?php if ($_SESSION['qst']==0 or $_SESSION['qstnew']==1){ ?>
<img onclick="qst_handle();" src="../<?php echo GP_LOCATE; ?>img/q/l<?php echo $session->userinfo['tribe'];?>g.jpg" title="to the task" style="height:174px" alt="to the task" />
<?php }else{?>
<img onclick="qst_handle();" src="img/x.gif" id="qgei2" class="q_l<?php echo $session->userinfo['tribe'];?>" title="to the task" style="height:174px" alt="to the task" />
<img onclick="qst_handle();" src="../<?php echo GP_LOCATE; ?>img/q/l<?php echo $session->userinfo['tribe'];?>.jpg" title="to the task" style="height:174px" alt="to the task" />
<?php } ?>
</div>
<script type="text/javascript">