version 1.62, 2022/01/20 00:06:16
|
version 1.63, 2025/02/28 01:38:28
|
Line 127 sub advertisefeeds {
|
Line 127 sub advertisefeeds {
|
} |
} |
} |
} |
if ($feeds) { |
if ($feeds) { |
return '<h4>'.&mt('Available RSS Feeds and Blogs').'</h4><ul>'.$feeds.'</ul>'; |
return '<h2 class="LC_heading_3">'.&mt('Available RSS Feeds and Blogs').'</h2><ul>'.$feeds.'</ul>'; |
} elsif (!$edit) { |
} elsif (!$edit) { |
return '<h4>'.&mt('No available RSS Feeds and Blogs').'</h4>'; |
return '<h2 class="LC_heading_3">'.&mt('No available RSS Feeds and Blogs').'</h2>'; |
} |
} |
} |
} |
|
|