mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
Remove some references to deprecated functions/methods.
This commit is contained in:
@@ -116,7 +116,7 @@ else
|
||||
|
||||
$img = (is_readable(THEME.'images/online_menu.png') ? "<img src='".THEME_ABS."images/online_menu.png' alt='' />" : '');
|
||||
|
||||
$caption = $img.' '.varsettrue($menu_pref['online_caption'],LAN_ONLINE_10);
|
||||
$caption = $img.' '.vartrue($menu_pref['online_caption'],LAN_ONLINE_10);
|
||||
|
||||
if (getperms('1'))
|
||||
{
|
||||
|
Reference in New Issue
Block a user