1
0

Changed sidebar name to rWInfo.

This commit is contained in:
rWatcher 2010-02-24 16:36:35 -05:00
parent 0c3264935f
commit 042ea227d2
2 changed files with 5 additions and 2 deletions

View File

@ -19,7 +19,7 @@
*/
class rwinfo_block_Core {
static function get_site_list() {
return array("metadata" => t("Metadata"));
return array("metadata" => t("rWInfo"));
}
static function get($block_id, $theme) {

View File

@ -5,4 +5,7 @@ Display tags in the info sidebar (if the tags module is active).
Display tags when mousing over the thumbnails (if tags module is active).
Display "Movie Info" on movies instead of "Photo Info" like the Gallery Info module does.
Use long month instead of short month on the album display.
Change Date/Time format to "F j, Y h:i:s a" for photos.
Change Date/Time format to "F j, Y h:i:s a" for photos.
Changed block name on sidebar to rWInfo, to make it stick out more (helpers\rwinfo_block.php -> return array("metadata" => t("rWInfo"));