Skip to content

Instantly share code, notes, and snippets.

@thanosp
Created February 25, 2012 09:54
Show Gist options
  • Save thanosp/1907637 to your computer and use it in GitHub Desktop.
Save thanosp/1907637 to your computer and use it in GitHub Desktop.
calling a skellie partial
<?php
$params = array(
'categorySlug' => 'news',
'limit' => 7
);
echo $this->partial('list', 'category', $params); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment