Ejemplo n.º 1
0
 /**
  * Retrieves a list of article folders on the site for admin navigation
  *
  * @since   5.0
  * @access  public
  * @param   string
  * @return
  */
 public function posts()
 {
     $html = EBMM::renderPosts();
     return $this->ajax->resolve($html);
 }