RevCMS popup client?

Status
Not open for further replies.

1990

90s > Present
Jun 18, 2012
118
33
I was wondering how would I make the client a popup instead of it overriding the me.php page.

Thanks,
 

iBrad

New Member
Oct 23, 2011
12
1
Go into your tpl files, choose the skin you're using and look for button they click to open the client.

Might look somthing like this:
PHP:
<a href="api.php">Enter {hotelName}</a>

Replace it with:
PHP:
<a href="api.php" target="_blank">Enter {hotelName}</a>
 
Status
Not open for further replies.

Users who are viewing this thread

Top