mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
Viewable By shortcode added. Forum deleted template corrected.
This commit is contained in:
@@ -95,6 +95,17 @@ class user_class
|
||||
}
|
||||
|
||||
|
||||
public function getFixedClassDescription($id)
|
||||
{
|
||||
if(isset($this->fixed_classes[$id]))
|
||||
{
|
||||
return $this->fixed_classes[$id];
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Take a key value such as 'member' and return it's numerical value.
|
||||
* @param $text
|
||||
|
Reference in New Issue
Block a user