Update modules code with small fixes and improvements
This commit is contained in:
@@ -75,7 +75,8 @@ class link_us extends module_base
|
||||
// Assign specific vars
|
||||
$this->template->assign_vars(array(
|
||||
'LINK_US_TXT' => sprintf($this->user->lang['LINK_US_TXT'], $this->config['sitename']),
|
||||
'U_LINK_US' => '<a href="' . $u_link . '" ' . (($this->config['site_desc']) ? 'title="' . $this->config['site_desc'] . '"' : '' ) . '>' . (($this->config['sitename']) ? $this->config['sitename'] : $u_link ) . '</a>',
|
||||
'U_LINK_US_HTML' => '<a href="' . $u_link . '" ' . (($this->config['sitename']) ? 'title="' . $this->config['sitename'] . '"' : '' ) . '>' . (($this->config['sitename']) ? $this->config['sitename'] : $u_link ) . '</a>',
|
||||
'U_LINK_US_BB' => '[url=' . $u_link . ']' . (($this->config['sitename']) ? $this->config['sitename'] : $u_link ) . '[/url]',
|
||||
));
|
||||
|
||||
return 'link_us_side.html';
|
||||
|
||||
Reference in New Issue
Block a user