mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-15 12:58:49 +00:00
Adding factory/repo registry
This commit is contained in:
parent
211f4246b7
commit
b72e56c2c6
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ function irc_addon_settings(&$a,&$s) {
|
|||
|
||||
/* Add our stylesheet to the page so we can make our settings look nice */
|
||||
|
||||
// DI::page()['htmlhead'] .= '<link rel="stylesheet" type="text/css" href="' . $a->getBaseURL() . '/addon/irc/irc.css' . '" media="all" />' . "\r\n";
|
||||
// A::page()['htmlhead'] .= '<link rel="stylesheet" type="text/css" href="' . $a->getBaseURL() . '/addon/irc/irc.css' . '" media="all" />' . "\r\n";
|
||||
|
||||
/* setting popular channels, auto connect channels */
|
||||
$sitechats = PConfig::get( local_user(), 'irc','sitechats'); /* popular channels */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue