]> git.quilime.com - plog.git/commitdiff
Commenting out back button gd master
authorGabriel Dunne <gdunne@quilime.com>
Tue, 30 Oct 2012 23:08:59 +0000 (16:08 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Tue, 30 Oct 2012 23:08:59 +0000 (16:08 -0700)
css/style.css
index.php
templates/entry.html.tpl

index cfcc62b101e46b1b48beaf2bea464ac4034ff356..4adf21c8dcab29bb44169076d1f979dd4a1bc21e 100644 (file)
@@ -200,7 +200,7 @@ a.home:hover {
 .entry .metadata, 
 .entry .metadata a {
   font-weight:normal;
 .entry .metadata, 
 .entry .metadata a {
   font-weight:normal;
-  /*color:#aaa; */
+  color:#aaa;
 }
 .entry .metadata .title a {
     font-weight:bold;
 }
 .entry .metadata .title a {
     font-weight:bold;
index 4e5010108ba7c62e711118cf24e345c1edec2290..3246ee6d32330f1d63f222feec080247a44e07e1 100644 (file)
--- a/index.php
+++ b/index.php
@@ -13,16 +13,15 @@ $v->assign('request', $request);
 if ($m->is_multiple()) {
     $v->assign('pagination', $m->pagination);
     $v->assign('entries', $m->entries);
 if ($m->is_multiple()) {
     $v->assign('pagination', $m->pagination);
     $v->assign('entries', $m->entries);
+    $v->assign('entry', $m->entry);
 }
 
 if ($m->is_single() || $m->is_page()) {
     $v->assign('media', $m->entry->media);
 }
 
 if ($m->is_single() || $m->is_page()) {
     $v->assign('media', $m->entry->media);
-}
-
-if ($m->is_single() || $m->is_page() || $m->is_multiple()) {
     $v->assign('entry', $m->entry);
 }
 
     $v->assign('entry', $m->entry);
 }
 
+
 if (!empty($m->tag))
     $v->assign('tag', $m->tag);
 
 if (!empty($m->tag))
     $v->assign('tag', $m->tag);
 
index 260a19809906dcf1234dadfade19c89079963d91..361b52cce271932279b88823093a2df351b7cfdb 100644 (file)
@@ -38,9 +38,9 @@
 </div>
 
 <? if (!empty($single)) : ?>
 </div>
 
 <? if (!empty($single)) : ?>
-       <div class="arrow" title="<?=$entry->cat->name?>">
+<!--   <div class="arrow" title="<?=$entry->cat->name?>">
                <a href="<?=$entry->cat->url?>">&larr;</a>
                <a href="<?=$entry->cat->url?>">&larr;</a>
-       </div>
+       </div> -->
 <? endif; ?>
 
 <? 
 <? endif; ?>
 
 <?