diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-05-26 16:40:11 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-05-26 16:40:11 +0200 |
commit | 6c48a22e4902b77e1397e8e9132632b2cf0c7400 (patch) | |
tree | c48daef750e94c17df9485fb9e1e050ee7c15d3d | |
parent | 9f420521812303c5958340e7ffb6100d55732529 (diff) | |
download | rpg-6c48a22e4902b77e1397e8e9132632b2cf0c7400.tar.gz rpg-6c48a22e4902b77e1397e8e9132632b2cf0c7400.tar.bz2 |
added id to namespace headline
This makes the currently in the medaia manager selected namespace available
to any JavaScript files
darcs-hash:20060526144011-7ad00-23c476c38f8b559680c510c16b7de9924d3dd669.gz
-rw-r--r-- | inc/media.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/media.php b/inc/media.php index 57661a3bb..05f22719f 100644 --- a/inc/media.php +++ b/inc/media.php @@ -235,7 +235,7 @@ function media_filelist($ns,$auth=null,$jump=''){ // check auth our self if not given (needed for ajax calls) if(is_null($auth)) $auth = auth_quickaclcheck("$ns:*"); - echo '<h1>:'.hsc($ns).'</h1>'.NL; + echo '<h1 id="media__ns">:'.hsc($ns).'</h1>'.NL; if($auth < AUTH_READ){ // FIXME: print permission warning here instead? |