mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 21:55:31 +00:00
18 lines
486 B
Plaintext
18 lines
486 B
Plaintext
|
<?xml version="1.0"?> <!-- -*- Mode: SGML -*- -->
|
||
|
|
||
|
<!--
|
||
|
|
||
|
These are the panels that will be displayed in the sidebar.
|
||
|
|
||
|
-->
|
||
|
|
||
|
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||
|
xmlns:NC="http://home.netscape.com/NC-rdf#">
|
||
|
|
||
|
<RDF:Seq about="urn:sidebar:current-panel-list">
|
||
|
<RDF:li resource="urn:sidebar:panel:whats-related" />
|
||
|
<RDF:li resource="urn:sidebar:panel:tinderbox" />
|
||
|
<RDF:li resource="urn:sidebar:panel:bookmarks" />
|
||
|
</RDF:Seq>
|
||
|
</RDF:RDF>
|