Change logos in footer and link them to the appropriate sites

This commit is contained in:
Karsten Heiken
2012-01-24 15:49:50 +01:00
parent 4cf73109fa
commit 1f5e9923b0
4 changed files with 4 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ $autoload['libraries'] = array('session', 'lang_detect', 'database', 'access', '
| $autoload['helper'] = array('url', 'file');
*/
$autoload['helper'] = array('date', 'url', 'form', 'language', 'string', 'asset', 'text');
$autoload['helper'] = array('date', 'url', 'form', 'language', 'string', 'asset', 'text', 'html');
/*