Began removing some of the logged-in checks
authorArt Cancro <ajc@citadel.org>
Thu, 23 Dec 2010 05:20:03 +0000 (00:20 -0500)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 13:30:17 +0000 (13:30 +0000)
webcit/static/t/head.html

index 1840e24882c4112ba56553a173d4fd3726e954d2..ab9e593f119e6a20946e03d1573febae456d6def 100644 (file)
@@ -9,11 +9,9 @@
                <link href="static/styles/datepicker.css" rel="stylesheet" type="text/css">
                <?THISROOM:FEED:RSSMETA>
 
-       <??("COND:LOGGEDIN",1)>
                <link href="do_template?template=iconbar_user" rel="stylesheet" type="text/css">
                <link href="static/styles/iconbaricns.css" rel="<?%("COND:ICONBAR:ACTIVE", 1, 0, #"ib_displayas", "", "alternate ")>stylesheet" type="text/css" id="style_iconbar_icns" title="Default iconbar">
                <link href="static/styles/iconbarpiconly.css" rel="<?%("COND:ICONBAR:ACTIVE", 1, 1, #"ib_displayas", "","alternate ")>stylesheet" type="text/css" id="style_iconbar_piconly" title="Iconbar without text">
-       <??("X",1)>
                <?CSSLOCAL> 
 
                <script type="text/javascript" src="static/prototype.js"></script> 
@@ -27,9 +25,7 @@
                <script type="text/javascript" src="static/modal.js"></script>
        </head>
 <body>
-<??("COND:LOGGEDIN",1)>
        <?ICONBAR>
-<??("X",1)>
 <!--("begin modal container")-->
 <div id="modal">
        <div class="md-overlay-decorator"></div>