Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
Renames CSS file to avoid collision with other Neatline plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Boggs committed Oct 31, 2011
1 parent 60b19e4 commit f83b1e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NeatlineTimePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public function adminThemeHeader()

// Queue CSS.
if ($request->getModuleName() == 'neatline-time') {
queue_css('neatline-admin');
queue_css('neatline-time-admin');
}

}
Expand Down

0 comments on commit f83b1e6

Please sign in to comment.