mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 10:02:02 -04:00
Add placeholders for ebooks
This commit is contained in:
parent
cf5f488cae
commit
1ab95df084
52 changed files with 1192 additions and 237 deletions
|
@ -100,6 +100,10 @@ foreach($dirs as $dir){
|
|||
|
||||
// Iterate over all ebooks to build the various feeds.
|
||||
foreach(Ebook::GetAll() as $ebook){
|
||||
if($ebook->IsPlaceholder()){
|
||||
continue;
|
||||
}
|
||||
|
||||
$allEbooks[] = $ebook;
|
||||
$newestEbooks[] = $ebook;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue