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

Renamed class naming standard within e_sitelink.php addon. Use xxxx_sitelink (not xxxx_sitelinks)

This commit is contained in:
Cameron
2013-02-26 03:43:52 -08:00
parent 3d99e66961
commit 4e138b835f
7 changed files with 8 additions and 181 deletions

View File

@@ -38,7 +38,7 @@ if(empty($parm))
}
### Retrieve
$links = e107::getAddon('page', 'e_sitelink', 'page_sitelinks');
$links = e107::getAddon('page', 'e_sitelink', 'page_sitelink');
$data = $links->pageNav($parm);
if(isset($data['title']) && !vartrue($template['noAutoTitle']))
{