A quick search for "list.links" yields the following:
cms-trunk/components/com_content/models/category.php (3 matches)
181: $this->setState('list.links', $params->get('num_links'));
232: $model->setState('list.links', $this->getState('list.links'));
featured.php
51: $this->setState('list.links', $params->get('num_links'));
libraries/legacy/model/list.php
177: $limit = (int) $this->getState('list.limit') - (int)
$this->getState('list.links');
This is used for the core blog layouts. We get the num_links param for
the menu item and use it to set the number of links to list at the
bottom of the blog. Hope that helps. Mark
> --
> You received this message because you are subscribed to the Google Groups
> "Joomla! CMS Development" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
joomla-dev-cm...@googlegroups.com.
> To post to this group, send an email to
joomla-...@googlegroups.com.
> Visit this group at
http://groups.google.com/group/joomla-dev-cms?hl=en-GB.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>