class archive pages now from view/archive.php
[dylansserver.git] / view / note.php
index 7c1c0c3..8053918 100644 (file)
         <div class='note'>
             <h1><span class='date'>
               <?php echo "$this->year_posted/$this->month_posted/$this->day_posted/" ?>
-             </span><?php echo $this->title ?></h1>
+            </span><?php echo $this->title ?></h1>
             <?php echo $this->text ?>
         </div>
-        <?php if ($this->comments_enabled) {
-          $this->display_comments();
-          $this->display_comment_form();
-        } ?>
-      </div>
-      <div id='navigation'>
-      <h1>
-      <?php if (!$this->comments_enabled) {
-        $this->display_comment_link();
-      } ?>
-      <a href="/notes/">back to notes/</a>
-      </h1>
-      </div>
       <div id="contact_me"><h1><a href=
       "mailto:dylan@psu.edu">dylan</a></h1><a href=
       "mailto:dylan@psu.edu">@psu.edu</a>