Esempio n. 1
0
$(function() {
	$( "#selectable" ).selectable();
});
</script>
<script type="text/javascript">
    initialize();
</script>
</div>
<div class="unit one-third">
	<?php 
    include_once 'common/sidebar.php';
    ?>
</div>
</div>
</div>
<?php 
} elseif (isset($_GET['list'])) {
    echo "<ul id='list'>";
    include_once 'inc/class.lists.inc.php';
    $lists = new SpinnereyeListsItems($db);
    list($LID, $URL) = $lists->loadListItemsByListId();
    echo '</ul>';
} else {
    ?>

      <div class="lander"><div class="landertext">“In the long term, the Google generation, the liberals, will be swallowed up and erased from history.”</img></div></div>


<?php 
}
include_once 'common/footer.php';