* Add configuration to htaccess
  * Modify class of all entries link
This commit is contained in:
Stefan Ritter 2011-03-07 13:50:28 +01:00
parent 43eb80d070
commit f761993f39
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
Options -Indexes Options -Indexes ExecCGI
AddHandler cgi-script .cgi
DirectoryIndex blogthon.cgi
<Files ~ "^configuration$"> <Files ~ "^configuration$">
Order allow,deny Order allow,deny

View File

@ -598,7 +598,7 @@ else:
entry_counter += 1 entry_counter += 1
if not month_display and not post_display and not allentries_display and entry_counter == entries_per_page: # Display pagelist if not month_display and not post_display and not allentries_display and entry_counter == entries_per_page: # Display pagelist
print tab*3 + "<div class=\"entry\"><a href=\"?a=1\">%s</a></div>" % blog_locale[5] print tab*3 + "<div class=\"show_all\"><a href=\"?a=1\">%s</a></div>" % blog_locale[5]
print tab*2 + "</div>" print tab*2 + "</div>"
print "" print ""