Changes:
* Add configuration to htaccess * Modify class of all entries link
This commit is contained in:
parent
43eb80d070
commit
f761993f39
@ -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
|
||||||
|
@ -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 ""
|
||||||
|
Loading…
Reference in New Issue
Block a user