-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed usage of Framework::$charset and simplified Page (now always …
…HTML5 doctype)
- Loading branch information
Showing
10 changed files
with
93 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<div class="HttpError"> | ||
<img style="float:left; margin: 6px 15px 15px 0" src="<?php echo Sledgehammer\WEBROOT.'mvc/img/'.$icon.'.png'; ?>" alt="" /> | ||
<h2><?php echo $title; ?></h2> | ||
<p><?php echo $message; ?></p> | ||
<br style="clear: both" /> | ||
<img style="float:left; margin: 6px 15px 15px 0" src="<?php echo Sledgehammer\WEBROOT.'mvc/img/'.$icon.'.png'; ?>" alt="" /> | ||
<h2><?php echo $title; ?></h2> | ||
<p><?php echo $message; ?></p> | ||
<br style="clear: both" /> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
<div class="statusbar"> | ||
<a href="#" onclick="this.parentNode.style.display='none';return false" class="statusbar-close">×</a> | ||
<?php \Sledgehammer\statusbar(true); ?> | ||
<script type="text/javascript" src="<?php echo Sledgehammer\WEBROOT ?>mvc/js/statusbar.js"></script> | ||
<a href="#" onclick="this.parentNode.style.display='none';return false" class="statusbar-close">×</a> | ||
<?php \Sledgehammer\statusbar(true); ?> | ||
<script type="text/javascript" src="<?php echo Sledgehammer\WEBROOT ?>mvc/js/statusbar.js"></script> | ||
</div> |