Skip to content

Commit b59bb30

Browse files
sy-recordsderickr
authored andcommitted
Remove duplicate definitions of base
1 parent 269c7ce commit b59bb30

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

include/header.inc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ if (!isset($config["languages"])) {
105105
<script type="text/javascript" src="/cached.php?t=<?php echo $modified?>&amp;f=<?php echo $filename?>"></script>
106106
<?php endforeach ?>
107107

108-
<?php if (!empty($_SERVER["BASE_HREF"])): ?>
109-
<base href="<?php echo $_SERVER["BASE_HREF"] ?>">
110-
<?php endif ?>
111-
112108
<?php if (isset($config['meta_tags'])) { echo $config['meta_tags']; } ?>
113109

114110
<?php if (is_primary_site()) { ?>

0 commit comments

Comments
 (0)