/usr/share/tdiary/plugin/20theme_url.rb is in tdiary 3.2.2-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | # Changes theme URL for debian.
#
# Author: Daigo Moriwaki <beatles@sgtpepper.net>
# Copyright (c) 2004 Daigo Moriwaki
# License: GPL version 2 or later
def theme_url
'/tdiary/theme'
end
|