1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-27 00:05:46 +02:00

Page support for single page with anchor navigation.

This commit is contained in:
Cameron
2013-05-29 01:22:11 -07:00
parent 7c84b35c51
commit 7d6688d760
10 changed files with 179 additions and 18 deletions

View File

@@ -573,10 +573,17 @@ echo "</head>\n";
echo "<body".$body_onload.">\n";
if(!deftrue('BODYTAG')) //TODO Discuss a better way?
{
echo "<body".$body_onload.">\n";
}
else
{
echo BODYTAG."\n";
}
// Bootstrap Modal Window - too important to template.
/*
echo '<div id="uiModal" style="display:none" class="modal hide fade" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
@@ -590,7 +597,7 @@ echo '<div id="uiModal" style="display:none" class="modal hide fade" tabindex="-
</div>
</div>
';
*/