]> git.quilime.com - plog.git/commitdiff
Updated some config and the tags on the 'all' page
authorGabriel Dunne <gdunne@quilime.com>
Wed, 22 May 2013 22:45:00 +0000 (15:45 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Wed, 22 May 2013 22:45:00 +0000 (15:45 -0700)
lib/config.ini
lib/output.php
pages/projects
templates/all.html.tpl

index 7b52d9ff0970a01ae1144709c62a650c0e9ba483..84792011ca07d154afcbe33756306d50f6925bdf 100644 (file)
@@ -8,7 +8,7 @@ date_format = M d Y
 
 ; local locations
 web_root    = /
-data        = data
+data        = cache
 content     = content
 comments    = comments
 templates   = templates
index 8985060a8e32a99565272b853b3d2c3a9f5456ac..d4a4715e3a852102146cacb810fd0ed6343d4118 100644 (file)
@@ -131,7 +131,7 @@ function gallerize_media( $media, $gallery_type = null ) {
 
     $g[] = $type != 'slides' && $type != 'stacked' ? '<nobr>' : '';
     $g[] = '<div class="gallery_container">';
-    $g[] = $type == 'slides' ? '<ul id="slidenav"></div><ul id="slides">' : '<ul class="gallery '.$type.'">';
+    $g[] = $type == 'slides' ? '<ul id="slidenav"></ul><ul id="slides">' : '<ul class="gallery '.$type.'">';
 
     $c = 0;
     // print_r($media);
index 04132ba857ab4686938fe7639daa4268f32556f1..4dbdf58633c9ab6d582e37595aa5362c595f5a30 100644 (file)
@@ -1,4 +1,3 @@
 template = all
 --
-
 projects
index c7d53bd7cbc5c50f41c54fee50d3a9e19450fb8d..e359f71b57bd79dffde4d024216c1966c77e628a 100644 (file)
@@ -32,7 +32,7 @@
                     &mdash;<br />
                     <ul class="tags">
                         <? for($i = 0; $i < sizeof($entry->tags); $i++) : $tag = $entry->tags[$i]; ?>
-                            <li class="tag"><a href="<?=WEB_ROOT.'?tag='.$tag?>"><?=$tag?></a></li>
+                            <li class="tag"><a href="<?=WEB_ROOT.'tag/'.$tag?>"><?=$tag?></a></li>
                         <? endfor; ?>
                         </ul>                    
                     <? endif; ?>