.caption { font-style:italic; margin-top:5px; color:#444; }
-.more, .home { text-decoration:none; color:#999; }
+.more, .home { text-decoration:none; color:#000; font-weight:bold; }
#footer { margin-top:120px; }
#footer .copy a { text-decoration:none; }
}
}
- header ( "Location: /log/" );
+ header ( "Location: /img/" );
include ( TEMPLATE_DIR . 'index.html' );
?>
function list_content($path, $args="")
{
list($list, $total) = get_content($path, $args);
-
$ret = array();
- foreach($list as $l)
- {
+ foreach($list as $l) {
$ret[] = '<li><a href="'. $l['href'] .'">' . $l['title'] . '</a></li>';
}
-
return join("\n", $ret);
}
-
function get_content ($path, $args="")
{
parse_str($args, $args);
<title><?php echo SITE_TITLE; ?> - aggregate</title>
- <link rel="alternate" type="application/rss+xml" title="aggregate" href="http://media.quilime.com/aggregate/?return=rss" />
-
+ <link rel="alternate" type="application/rss+xml" title="aggregate" href="http://media.quilime.com/aggregate/?return=rss" />
</head>
<body>
<?php include_template('nav.html'); ?>
-
+
<div id="content">
-
- <p>
- saved images, links for reference, inspiration
- </p>
<table border="0" id="agg"><tr>
-
<td valign="top" class="column">
<?php $agg = get_rss_feed('http://media.quilime.com/aggregate/index.php?return=rss'); ?>
- <h2><a href="http://quilime.com/aggregate/">images</a></h2>
+ <h3><a class="mute" href="http://quilime.com/aggregate/">image aggregate</a></h3>
<ul class="image">
<?php
<td valign="top" class="column">
<?php $feed = get_rss_feed('http://feeds.delicious.com/v2/rss/quilime?count=20'); ?>
- <h2><a href="http://delicious.com/quilime/">bookmarks </a></h2>
+ <h3><a class="mute" href="http://delicious.com/quilime/">bookmarks </a></h3>
<ul class="bookmarks">
<?php foreach($feed->channel->item as $item) : ?>
<li>
-
-
<ul class="nav">
- <h3>
- <strong><a href="/"><? echo SITE_TITLE; ?></a></strong>
+ <h3 >
+ <strong><a class="mute" href="/"><? echo SITE_TITLE; ?></a></strong>
</h3>
-
<br/>
<li><a href="/log/">log</a></li>