示例#1
0
 /**
  * Returns the full path of the news index page (news page 1) or if the "news on zp index" option is set a link to the gallery index.
  *
  * @return string
  */
 function getNewsIndexURL()
 {
     Zenpage_internal_deprecations::getNewsIndexURL();
     return getNewsIndexURL();
 }