Skip to content

Commit

Permalink
add base dir to index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
florin-chelaru committed Feb 14, 2015
1 parent e718691 commit f8fca59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.php
Expand Up @@ -143,6 +143,8 @@
<meta name="description" content="EpiViz is a scientific information visualization tool for genetic and epigenetic data, used to aid in the exploration and understanding of correlations between various genome features.">
<title>EpiViz 2</title>

<base href="<?php echo getenv('base_location'); ?>" target="_blank">

<link rel="shortcut icon" href="img/epiviz_2_icon.png"/>

<!-- CSS -->
Expand Down

0 comments on commit f8fca59

Please sign in to comment.