Advertisement
Guest User

Untitled

a guest
Apr 10th, 2014
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. Open up /modules/articles/layout_twocol.tpl.php. On line 29 find
  2. <?php if(!($i % 2) && $i > 0):?>
  3. replace it with:
  4. <?php if(!($i % 4) && $i > 0):?>
  5.  
  6. Then just below find
  7. <div class="col grid_12">
  8. replace it with:
  9. <div class="col grid_6">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement