New plugin loader, page features, API0.2b, Bugfixes
This commit is contained in:
.htaccessapi.phpcore.phpfiltr.class.phpindex.phprobots.txt
includes
admin
blog.class.phpcheck.class.phpcomment.class.phpcss
ui-lightness
js
locale
main
page.class.phprss.phpsettings.class.phpsidebar
user.class.phpplugins
ckeditor
_plugin.phpstyles.js
adapters
build-config.jsckeditor.jsconfig.jsconfig.old.jscontents.cssinfo.jsonlang
plugins
autosave
button
clipboard
dialogs
contextmenu
dialog
filebrowser
floatpanel
format
htmlbuttons
htmlwriter
image
imagebrowser
justify
link
listblock
panel
popup
readmorebtn
richcombo
sourcedialog
table
tabletools
skins
moono
dialog.cssdialog_ie.cssdialog_ie7.cssdialog_ie8.cssdialog_iequirks.csseditor.csseditor_gecko.csseditor_ie.csseditor_ie7.csseditor_ie8.csseditor_iequirks.css
office2013
ckeditor_simple
_plugin.phpstyles.js
adapters
build-config.jsckeditor.jsconfig.jscontents.cssinfo.jsonlang
plugins
samples
ajax.htmlapi.htmlappendto.html
assets
datafiltering.htmldivreplace.htmlindex.htmlinlineall.htmlinlinebycode.htmlinlinetextarea.htmljquery.htmlplugins
readonly.htmlreplacebyclass.htmlreplacebycode.htmlsample.csssample.jssample_posteddata.phptabindex.htmluicolor.htmluilanguages.htmlxhtmlstyle.htmlskins
moono
disqus
facebook-comments
facebook-root
facebook-share
filtr_stat
friendurl-jquery
galleria-io
sitemap-xml
twitter-root
twitter-tweet
themes
default
murkyhellyeah
murkymodern
murkystairwell
wooden
@ -1,19 +1,19 @@
|
||||
<?php
|
||||
if ($blog->entries)
|
||||
{
|
||||
while ($data = $blog->entries())
|
||||
{
|
||||
$entry_init = entry_show_init($data['entryContent'], $data['entrySlug']);
|
||||
echo "<article".($data['entryPinned'] ? ' class="pinned"' : '').(strlen(strip_tags($entry_init)) <= 210 ? ' class="tweet"' : '')." title='".show_date($data['entryPublished'])."'>
|
||||
<header>
|
||||
<h2><a href='".get_entry_link($data['entrySlug'])."'>$data[entryTitle]</a></h2>
|
||||
<p class='meta'><time class='date' title='{locale:published_on}'>".show_date($data['entryPublished'])."</time><a href='".get_profile_link($data['userName'])."' class='by' title='{locale:entry_by}'>$data[publicName]</a></p>
|
||||
</header>
|
||||
<div class='content'>".$entry_init."</div>
|
||||
</article>\n";
|
||||
unset($entry_init);
|
||||
}
|
||||
echo "<p class='paginator'>".(isset($seo[1]) && isnum($seo[1]) ? "<a href='/p/".($seo[1]-1)."' class='prev'>{locale:prev_page}</a><a href='/p/".($seo[1]+1)."' class='next'>{locale:next_page}</a>" : "<a href='/p/2' class='next'>{locale:next_page}</a>")."</p>";
|
||||
} else
|
||||
echo "<h1>$_locale[entry_not_found_title]</h1>"
|
||||
<?php
|
||||
if ($blog->entries)
|
||||
{
|
||||
while ($data = $blog->entries())
|
||||
{
|
||||
$entry_init = entry_show_init($data['entryContent'], $data['entrySlug']);
|
||||
echo "<article".($data['entryPinned'] ? ' class="pinned"' : '').(strlen(strip_tags($entry_init)) <= 210 ? ' class="tweet"' : '')." title='".show_date($data['entryPublished'])."'>
|
||||
<header>
|
||||
<h2><a href='".get_entry_link($data['entrySlug'])."'>$data[entryTitle]</a></h2>
|
||||
<p class='meta'><time class='date' title='{locale:published_on}'>".show_date($data['entryPublished'])."</time><a href='".get_profile_link($data['userName'])."' class='by' title='{locale:entry_by}'>$data[publicName]</a></p>
|
||||
</header>
|
||||
<div class='content'>".$entry_init."</div>
|
||||
</article>\n";
|
||||
unset($entry_init);
|
||||
}
|
||||
echo "<p class='paginator'>".(isset($seo[1]) && isnum($seo[1]) ? "<a href='/p/".($seo[1]-1)."' class='prev'>{locale:prev_page}</a><a href='/p/".($seo[1]+1)."' class='next'>{locale:next_page}</a>" : "<a href='/p/2' class='next'>{locale:next_page}</a>")."</p>";
|
||||
} else
|
||||
echo "<h1>$_locale[entry_not_found_title]</h1>"
|
||||
."<p>$_locale[entry_not_found]</p>\n";
|
Reference in New Issue
Block a user