Exemple #1
0
 public void GetPostAds(PostpramsInfo postpramsInfo, int count)
 {
     this.inpostad      = Advertisement.GetInPostAd("", this.forumid, this.templatepath, (count > postpramsInfo.Pagesize) ? postpramsInfo.Pagesize : count);
     this.quickeditorad = Advertisement.GetQuickEditorAD("", this.forumid);
     this.quickbgad     = Advertisement.GetQuickEditorBgAd("", this.forumid);
     if (this.quickbgad.Length <= 1)
     {
         this.quickbgad = new string[]
         {
             "",
             ""
         };
     }
 }