This distinction is made on the host name only (conflicts may remain if the
same group is displayed on different pathes of the same site).
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@304
9869982d-c50d-0410-be91-
f2a2ec7c7c7b
*/
static private function filename($id)
{
- return BananaSpool::getPath('tree_' . $id);
+ static $host;
+ if (!isset($host)) {
+ $host = parse_url(Banana::$page->makeURL(array()), PHP_URL_HOST);
+ }
+ return BananaSpool::getPath('tree_' . $id . '_' . $host);
}
/** Read a tree from a file
padding-left: 1ex;
border-left: solid 1px;
border-color: blue;
- background: inherit;
+ background: inherit;
}
.banana table.message blockquote blockquote {
color: green;