1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00

fix copyright

This commit is contained in:
Mzhelskiy Maxim 2012-08-07 07:56:17 +04:00
parent b30cb2b879
commit ec94f7f3a3

View file

@ -37,10 +37,7 @@ class HookCopyright extends Hook {
/** /**
* Выводим везде, кроме страницы списка блогов и списка всех комментов * Выводим везде, кроме страницы списка блогов и списка всех комментов
*/ */
if (!(Router::GetAction()=='blogs' or Router::GetAction()=='comments')) { return '&copy; Powered by <a href="http://livestreetcms.org">LiveStreet CMS</a>';
return '&copy; Powered by <a href="http://livestreetcms.org">LiveStreet CMS</a>';
}
return '';
} }
} }
?> ?>