mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-05 20:49:09 -04:00
Move comment and recaptcha CSS to their respective modules.
This commit is contained in:
@@ -19,10 +19,16 @@
|
||||
*/
|
||||
class comment_theme_Core {
|
||||
static function head($theme) {
|
||||
$theme->css("comment.css");
|
||||
$theme->script("comment.js");
|
||||
return "";
|
||||
}
|
||||
|
||||
static function admin_head($theme) {
|
||||
$theme->css("comment.css");
|
||||
return "";
|
||||
}
|
||||
|
||||
static function photo_bottom($theme) {
|
||||
$block = new Block;
|
||||
$block->css_id = "g-comments";
|
||||
|
||||
Reference in New Issue
Block a user