fiberservers adlı üyeden alıntı:
mesajı görüntüle
header.tpl dosyanızı açarak </head> üzerine yerleştiriniz:
{literal}
<script type="text/javascript">
$( document ).ready(function() {
if ( (screen.width < 1024) && (screen.height < 768) ) {
window.location = 'http://www.burtinet.com/index.php?systpl=six';
}
});
</script>
{/literal}
