Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Get integral
- $this->_listVideo['integral'] = array();
- if ($this->_integral_id > 0 && array_key_exists($this->_integral_id, $this->_catList)) {
- $this->_listVideo['integral'] = $videosManager->getVideosPaging('cat', array($this->_integral_id), 1, 20);
- }
Add Comment
Please, Sign In to add comment