MediaWiki  REL1_19
SpecialUncategorizedtemplates.php
Go to the documentation of this file.
00001 <?php
00031 class UncategorizedTemplatesPage extends UncategorizedPagesPage {
00032         public function __construct( $name = 'Uncategorizedtemplates' ) {
00033                 parent::__construct( $name );
00034                 $this->requestedNamespace = NS_TEMPLATE;
00035         }
00036 }