Subversion Repositories SmartDukaan

Rev

Rev 13008 | Rev 15787 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13008 Rev 14012
Line 83... Line 83...
83
          $this->load->view($this->layoutName.$headkey);
83
          $this->load->view($this->layoutName.$headkey);
84
        }
84
        }
85
        else
85
        else
86
          { 
86
          { 
87
            if(isset($value) and !empty($value) and count($value)>1)
87
            if(isset($value) and !empty($value) and count($value)>1)
88
              { echo 'data list here';}
88
              { //echo 'data list here';
-
 
89
          }
89
          }
90
          }
90
      
91
      
91
        
92
        
92
      }
93
      }
93
      
94