コード例 #1
0
ファイル: shelf.php プロジェクト: robertatakenaka/Proceedings
					<div class="content">
							<h3>
								<span>
									<?php 
echo MY_SHELF;
?>
								</span>
							</h3>
						<div class="articleList">
							<ul>
							<?
							$shelf = new Shelf();
		
							$shelf->setUserID($_COOKIE['userID']);
		
							$shelfList = $shelf->getListShelf();
		
							for($i = 0; $i < count($shelfList); $i++)
							{
								$article = $shelfList[$i]->getArticle();
								echo '<li><b><a target="_blank" href="'.$article->getURL().'">';
		
		/*
		pegando o título do artigo no Lang corrente, se não pega o titulo q tiver hehehe
		do arquivo functions.php
		*/
								echo getTitle($article->getTitle());
								echo '</a></b><br />'."\n";
								echo '<i>';
		/*
		criando a lista de Autores do artigo