1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-28 20:45:00 +03:00

fix copyright

This commit is contained in:
Mzhelskiy Maxim 2012-05-04 23:32:42 +04:00
parent 01c2a635aa
commit 7286202652

View file

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