4 $BASE_URLS["yp"]["base"] = "yp"; // ap for apt-proxy
5 $BASE_URLS["yp"]["function"] = "yp_contentUrls"; // the page builder function for us
8 function yp_contentPane()
10 echo "i am a yp content pane<br>";
13 function yp_contentUrls()
15 $calls["needs_base_page"] = true;
16 $calls["content_pane_function"] = "yp_contentPane";