iframe in Drupal
I've got osTicket integrated into my Drupal site. an also managed to theme it properly, with exception of one part:
When user logs in to check tickets I loose the theme. Still working on this part, but here's what I've achieved:
When you iframe open ticket page
edit /open.php
coment out "page" at the end
open \include\client\header.inc.php
coment out following code:
<div id="header">
<a id="logo" href="index.php" title="Support Center"><img src="./images/logo2.jpg" border=0 alt="Support Center"></a>
<p><span>SUPPORT TICKET</span> SYSTEM</p>
this will get rid of the header logo.

I'll post back if I manage to resolve issue with tickets.php. I've got it only partially working :(
