diff --git a/inc/display.php b/inc/display.php index 63446305..f6cfafdc 100644 --- a/inc/display.php +++ b/inc/display.php @@ -226,6 +226,13 @@ else $built .= ' ' . MOD_LINK_STICKY . ''; + // Lock + if($this->mod['type'] >= MOD_LOCK) + if($this->sticky) + $built .= ' ' . MOD_LINK_UNLOCK . ''; + else + $built .= ' ' . MOD_LINK_LOCK . ''; + $built .= ''; }