mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-19 13:25:36 -04:00
Renamed most, if not all css selectors from gName to g-name. Moved a few shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
This commit is contained in:
@@ -26,7 +26,7 @@ class comment_block_Core {
|
||||
$block = new Block();
|
||||
switch ($block_id) {
|
||||
case "recent_comments":
|
||||
$block->css_id = "gRecentComments";
|
||||
$block->css_id = "g-recent-comments";
|
||||
$block->title = t("Recent Comments");
|
||||
$block->content = new View("admin_block_recent_comments.html");
|
||||
$block->content->comments =
|
||||
|
||||
Reference in New Issue
Block a user