Ejemplo n.º 1
0
 function getPageHeader()
 {
     return "<h3>Number of people watching the pages in the tree</h3>" . parent::getPageHeader();
 }
Ejemplo n.º 2
0
 function getPageHeader()
 {
     return "<h3>Pages that link to pages that would be deleted if the tree were deleted</h3>" . "<p>If the tree is deleted, these pages will lose their links.</p>" . parent::getPageHeader();
 }
Ejemplo n.º 3
0
 function getPageHeader()
 {
     return "<h3>Pages not in your tree that are linked to by pages in your tree</h3>\n\t\t<p>You may want to <a href=\"/wiki/Help:FAQ#How_do_I_add_pages_to_my_tree.3F\">add some of these pages to your tree</a>.  Select the <b>Person</b> or <b>Family</b> namespace to see related people or families.</p>" . parent::getPageHeader();
 }