|
From: FlorinCB <ory...@us...> - 2008-07-30 08:39:10
|
Update of /cvsroot/mxbb/core/templates/prosilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8761 Modified Files: overall_header_navigation_phpbb.html Log Message: this will disable google traslate browsing framein forum page, the page still will be traslated but real ip will be returned in Admin Index Index: overall_header_navigation_phpbb.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/overall_header_navigation_phpbb.html,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** overall_header_navigation_phpbb.html 21 Feb 2008 20:04:45 -0000 1.11 --- overall_header_navigation_phpbb.html 30 Jul 2008 08:39:06 -0000 1.12 *************** *** 53,56 **** --- 53,61 ---- // --></script> + <script type="text/javascript"> + //this will disable google traslate browsing frame, the page still will be traslated but real ip will be returned in Admin Index + if (top.location != self.location) top.location = self.location.href; + </script> + <script language="javascript" type="text/javascript" src="{U_PORTAL_ROOT_PATH}modules/mx_shared/lib/Common.js"></script> <script language="javascript" type="text/javascript" src="{U_PORTAL_ROOT_PATH}modules/mx_shared/lib/Toggle.js"></script> |