diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-06-30 16:42:27 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-06-30 16:42:27 +0200 |
commit | 81e7535914414d0ef6c709ef2cdabc00382ee917 (patch) | |
tree | d7838e5372bf8fbe8bc43ca68f0bb91e54e312f9 /view/default.php | |
parent | 8819c73ba1ae1cbf19d2c517a87d30104d1a5da1 (diff) | |
download | volse-hubzilla-81e7535914414d0ef6c709ef2cdabc00382ee917.tar.gz volse-hubzilla-81e7535914414d0ef6c709ef2cdabc00382ee917.tar.bz2 volse-hubzilla-81e7535914414d0ef6c709ef2cdabc00382ee917.zip |
Add javascript var "baseurl"
Add field_richtext template
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>
|