diff options
author | Friendika <info@friendika.com> | 2011-06-30 15:31:25 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-30 15:31:25 -0700 |
commit | 4f1213b69f12e6df2350cd21c6de06128a03411d (patch) | |
tree | cb68ecdcadb886e15cc502b633ca71b874740e55 /view/default.php | |
parent | 8819c73ba1ae1cbf19d2c517a87d30104d1a5da1 (diff) | |
parent | 7778dbb67b2c033473b0da9b34df01d28162b5ee (diff) | |
download | volse-hubzilla-4f1213b69f12e6df2350cd21c6de06128a03411d.tar.gz volse-hubzilla-4f1213b69f12e6df2350cd21c6de06128a03411d.tar.bz2 volse-hubzilla-4f1213b69f12e6df2350cd21c6de06128a03411d.zip |
Merge pull request #132 from fabrixxm/master
Some works on addons and other
Diffstat (limited to 'view/default.php')
-rw-r--r-- | view/default.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/default.php b/view/default.php index 60bda2669..0d4a69054 100644 --- a/view/default.php +++ b/view/default.php @@ -2,6 +2,7 @@ <html>
<head>
<title><?php if(x($page,'title')) echo $page['title'] ?></title>
+ <script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>
<?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
</head>
<body>
|