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:
@@ -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">×</button>
|
||||
@@ -590,7 +597,7 @@ echo '<div id="uiModal" style="display:none" class="modal hide fade" tabindex="-
|
||||
</div>
|
||||
</div>
|
||||
';
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user