コード例 #1
0
 function homepageAttributes()
 {
     $aAttrs = parent::linkAttributes();
     if (common_config('nofollow', 'subscribers')) {
         $aAttrs['rel'] = 'nofollow';
     }
     return $aAttrs;
 }
コード例 #2
0
 /**
  * Only show the tags if we're logged in
  */
 function showTags()
 {
     if (common_logged_in()) {
         parent::showTags();
     }
 }