<?php

/*
*  Returns page data
*
*  @param {String} namespace title
*  @return {String} html markup for the submenu
*  @access public
*/
function livepreview_getpreview ($ns) {
  global $ID;
  $ns = cleanID(preg_replace("#^.+?".$_SERVER['HTTP_HOST'].DOKU_BASE."#i","",$ns));
  return p_wiki_xhtml_summary($ns,$title);
}