예제 #1
0
<?php

require_once 'base.php';
include 'timeline.php';
$TL = new TimeLine();
$rows = $TL->loadTweets();
if (!empty($_GET['type']) && !empty($_GET['query'])) {
    $type = $_GET['type'];
    $query = $_GET['query'];
    $rows = $TL->searchTweets($type, $query);
} else {
    if (!empty($_GET['reply'])) {
        $reply = $_GET['reply'];
        $rows = $TL->searchReply($reply);
    }
}
$username = $_SESSION['user_id'];
?>

<?php 
startblock('head');
?>
        <link rel="stylesheet" href="css/contents.css">
<?php 
endblock('head');
?>

<?php 
startblock('content');
?>
        <div id="community">