handi5clornAtowlbow
New Member
I'm having a problem with a Responsive Layout.The layout has to include the same php file on different places depending on browser width.display:none; still loads the content and possibly breaks code within said file.\[code\]<div id="more_than_960"> <?php require "content.php";?></div><div id="less_than_960"> <?php require "content.php";?></div>\[/code\]Is there a better way in achieving the goal?The problem isn't to hide the content, but to exclude it from the loading process.