Removing the closing PHP "?>" tag as per style guidelines.
This commit is contained in:
parent
2706f72ce4
commit
b3077d5bcd
31 changed files with 31 additions and 31 deletions
|
@ -100,4 +100,4 @@ catch(Exception $e) {
|
|||
_fatal_error($e);
|
||||
ctx_log_ender();
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -121,4 +121,4 @@ class CustomCommentListTheme extends CommentListTheme {
|
|||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -6,4 +6,4 @@ class CustomPage extends Page {
|
|||
$this->left_enabled = false;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -58,4 +58,4 @@ class CustomIndexTheme extends IndexTheme {
|
|||
return $table;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -265,4 +265,4 @@ EOD;
|
|||
return $html;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -6,4 +6,4 @@ class CustomTagListTheme extends TagListTheme {
|
|||
parent::display_page($page);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -48,4 +48,4 @@ class Themelet extends BaseThemelet {
|
|||
return "<div id='paginator'>$prev_html $first_html $pdots $pages_html $ndots $last_html $next_html</div>";
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -11,4 +11,4 @@ class CustomUploadTheme extends UploadTheme {
|
|||
parent::display_page($page);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -98,4 +98,4 @@ class CustomUserPageTheme extends UserPageTheme {
|
|||
parent::display_user_page($duser, $stats);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -51,4 +51,4 @@ class CustomViewImageTheme extends ViewImageTheme {
|
|||
return $html;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -8,4 +8,4 @@ class CustomAdminPageTheme extends AdminPageTheme {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -6,4 +6,4 @@ class CustomPage extends Page {
|
|||
$this->left_enabled = false;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -11,4 +11,4 @@ class CustomExtManagerTheme extends ExtManagerTheme {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -58,4 +58,4 @@ class CustomIndexTheme extends IndexTheme {
|
|||
return $table;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -291,4 +291,4 @@ EOD;
|
|||
return $html;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -6,4 +6,4 @@ class CustomTagListTheme extends TagListTheme {
|
|||
parent::display_page($page);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -48,4 +48,4 @@ class Themelet extends BaseThemelet {
|
|||
return "<div id='paginator'>$prev_html $first_html $pdots $pages_html $ndots $last_html $next_html</div>";
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -11,4 +11,4 @@ class CustomUploadTheme extends UploadTheme {
|
|||
parent::display_page($page);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -98,4 +98,4 @@ class CustomUserPageTheme extends UserPageTheme {
|
|||
parent::display_user_page($duser, $stats);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -64,4 +64,4 @@ class CustomViewImageTheme extends ViewImageTheme {
|
|||
return "$h_search";
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -94,4 +94,4 @@ $header_html
|
|||
EOD;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
class Themelet extends BaseThemelet {}
|
||||
?>
|
||||
|
||||
|
|
|
@ -89,4 +89,4 @@ class CustomCommentListTheme extends CommentListTheme {
|
|||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -6,4 +6,4 @@ class CustomPage extends Page {
|
|||
$this->left_enabled = false;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -102,4 +102,4 @@ $header_html
|
|||
EOD;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -50,4 +50,4 @@ class Themelet extends BaseThemelet {
|
|||
return "<p class='paginator'>$prev_html $pages_html $next_html</p>";
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -8,4 +8,4 @@ class CustomViewImageTheme extends ViewImageTheme {
|
|||
$page->add_block(new Block(null, $this->build_info($image, $editor_parts), "main", 10));
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -110,4 +110,4 @@ $header_html
|
|||
EOD;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
class Themelet extends BaseThemelet {}
|
||||
?>
|
||||
|
||||
|
|
|
@ -9,4 +9,4 @@ class CustomUploadTheme extends UploadTheme {
|
|||
$page->add_block(new Block("Upload", "Disk nearly full, uploads disabled", "head", 20));
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -27,4 +27,4 @@ class CustomUserPageTheme extends UserPageTheme {
|
|||
$page->add_block(new Block("Login", $html, "head", 90));
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
Reference in a new issue