mantemento; if($mantemento && !$user->isLoggedin()) { $session->redirect($inicio->url); } else { $data = strtotime($page->data_publicacion); $dateFormatter = \IntlDateFormatter::create( $languages->getLocale(), \IntlDateFormatter::NONE, \IntlDateFormatter::NONE, \date_default_timezone_get(), \IntlDateFormatter::GREGORIAN ); $contido .= '
' . "\n"; $contido .= '

' . $page->parent()->title . ': ' . ucfirst($page->title) . '

' . "\n"; $contido .= '
' . "\n"; $contido .= '
' . "\n"; $contido .= '' . "\n"; $contido .= '
' . "\n"; $contido .= '
' . "\n"; $contido .= '
' . "\n"; $contido .= '
' . _x('Autor', 'Post author') . '
' . "\n"; $contido .= '
' . $page->createdUser->name . '
' . "\n"; $contido .= '
' . pages()->get('/categorias/')->title . '
' . "\n"; $contido .= '
' . $page->categorias->title . '
' . "\n"; $contido .= '
' . pages()->get('/etiquetas/')->title . '
' . "\n"; $contido .= '
' . $page->etiquetas->each("{title}") . '
' . "\n"; $contido .= '
' . "\n"; $contido .= '
' . "\n"; $contido .= '
' . "\n"; $contido .= '
' . "\n"; $contido .= getSeccions($page->seccions) . "\n"; $contido .= '
' . "\n"; $contido .= '
' . "\n"; /* echo ukBlogPost(page()); // comments $comments = page()->comments; // comment list if(count($comments)) { echo ukHeading3("Comments", "icon=comments"); echo ukComments($comments); } // comment form echo ukHeading3("Post a comment", "icon=comment"); echo ukCommentForm($comments); // link to the next blog post, if there is one $nextPost = page()->next(); if($nextPost->id): ?>

Next title?>

*/ }