1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-31 18:11:56 +02:00

Removed duplicated code from sitelinks_alt shortcode

This commit is contained in:
CaMer0n
2009-11-21 11:36:10 +00:00
parent c424a273e1
commit f7f7b0edfe
3 changed files with 38 additions and 24 deletions

View File

@@ -9,8 +9,8 @@
*
*
* $Source: /cvs_backup/e107_0.8/e107_handlers/sitelinks_class.php,v $
* $Revision: 1.23 $
* $Date: 2009-11-20 05:01:31 $
* $Revision: 1.24 $
* $Date: 2009-11-21 11:36:10 $
* $Author: e107coders $
*/
@@ -62,6 +62,12 @@ class sitelinks
}
}
function getLinkArray()
{
return $this->eLinkList;
}
function get($cat=1, $style='', $css_class = false)
{