Guest User

Untitled

a guest
Oct 19th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. // Responsive or Fixed Layout Selector
  2. if ($gantry->get('layout-mode')=="responsive") $gantry->addStyle('desktop-mediaqueries.css');
  3. if ($gantry->get('layout-mode')=="960fixed") $gantry->addStyle('960fixed.css');
  4. if ($gantry->get('layout-mode')=="1200fixed") $gantry->addStyle('1200fixed.css');
Add Comment
Please, Sign In to add comment