album_top() was changed to $theme->dynamic_top(). // $item->title and $item->description have been changed to $title and $description. // // The g-album-grid block was also taken from album.html.php. The section for uploading new photos to an empty album // has been removed. Also, $theme->context_menu has been removed as well (it was crashing the page). ?>
dynamic_top() ?>

bb2html(html::purify($title), 1) ?>

add_paginator("top"); ?> album_descmode == "top") and ($description)): ?>
bb2html(html::purify($description), 1) ?>

'; $content .= $theme->thumb_bottom($child); $content .= ''; print $content; // End rWatcher Edit. ?>
  • dynamic_bottom() ?> album_descmode == "bottom") and ($description)): ?>
    bb2html(html::purify($description), 1) ?>
    add_paginator("bottom"); ?>