diff --git a/3.0/modules/tag_albums/-- Theme Files/greydragon/views/calpage.html.php b/3.0/modules/tag_albums/-- Theme Files/greydragon/views/calpage.html.php new file mode 100644 index 00000000..9d3341de --- /dev/null +++ b/3.0/modules/tag_albums/-- Theme Files/greydragon/views/calpage.html.php @@ -0,0 +1,297 @@ + + +load_sessioninfo(); ?> + +html_attributes() ?> xml:lang="en" lang="en" is_rtl)? "dir=rtl" : null; ?> > +item(); + if (($theme->enable_pagecache) and (isset($item))): + // Page will expire in 60 seconds + header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 60).'GMT'); + header("Cache-Control: public"); + header("Cache-Control: post-check=3600, pre-check=43200", false); + header("Content-Type: text/html; charset=UTF-8"); + header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); + endif; +?> + + + +start_combining("script,css") ?> + + + +item()): ?> +bb2html($theme->item()->title, 2); ?> +tag()): ?> + $theme->bb2html($theme->tag()->name, 2))) ?> + +bb2html(item::root()->title, 2); ?> + + +<?= $_title ?> +disable_seosupport): ?> + + + + + + +blendpagetrans): ?> + + + + + + " /> + +allow_root_page): ?> +: ; action-uri=url(); ?>?root=yes; icon-uri=favicon.ico" /> +: ; action-uri=url(); ?>?root=no; icon-uri=favicon.ico" /> + +: ; action-uri=url(); ?>; icon-uri=favicon.ico" /> + +admin): ?> + +: ; action-uri=; icon-uri=favicon.ico" /> + + + + +appletouchicon): ?> + + +script("json2-min.js") ?> +script("jquery.js") ?> +script("jquery.form.js") ?> +script("jquery-ui.js") ?> +script("gallery.common.js") ?> + + +script("gallery.ajax.js"); ?> +script("gallery.dialog.js"); ?> + + +page_subtype == "photo"): ?> +script("jquery.scrollTo.js"); ?> +page_subtype == "movie"): ?> +script("flowplayer.js") ?> + + +head() ?> + + +script("animation.js"); ?> +script("ui.support.js"); ?> + +theme_css_inject(); ?> + + +get_combined("css"); ?> + +css_link("colorpacks/" . $theme->colorpack . "/colors.css", FALSE); ?> +css_link("framepacks/" . $theme->framepack . "/frame.css", FALSE); ?> +custom_css_path != ""): ?> +css_link($theme->custom_css_path, TRUE); ?> + + +get_combined("script") ?> + + +thumb_inpage): ?> + + + +item()): ?> +item(); ?> + + + +body_attributes() ?>show_root_page)? ' id="g-rootpage"' : null; ?> is_rtl)? "class=\"rtl\"" : null; ?> > +page_top() ?> +site_status() ?> +guest) or ($theme->show_guest_menu)) and ($theme->mainmenu_position == "bar")): ?> + +
+ site_menu($theme->item() ? "#g-item-id-{$theme->item()->id}" : "") ?> +
+ +
+header_top() ?> + +bb2html($header_text, 1) ?> + + + + +guest) or ($theme->show_guest_menu)) and ($theme->mainmenu_position != "bar")): ?> +
+ site_menu($theme->item() ? "#g-item-id-{$theme->item()->id}" : "") ?> +
+ + +messages() ?> +header_bottom() ?> + +loginmenu_position == "header"): ?> +user_menu() ?> + + + +breadcrumb_menu($theme, null); ?> + +breadcrumbs_position == "hide"): + else: + $limit_title_length = module::get_var("gallery", "visible_title_length", 999); + + $breadcrumb_content .= ''; + endif; + + print $breadcrumb_content; + + // End Edit. +?> + +custom_header(); ?> +
+page_subtype != "login") and ($theme->page_subtype != "reauthenticate") and ($theme->sidebarvisible == "top")): ?> +
+ +
+ +
+
+show_root_page): ?> + sidebar_menu($item->url()) ?> +
"> + + album_menu() ?> + + photo_menu() ?> + + movie_menu() ?> + + tag_menu() ?> + +
+ +sidebarvisible): + case "left": + echo '
'; + $closediv = TRUE; + break; + case "none": + case "top": + case "bottom": + if (($theme->thumb_inpage) and ($page_subtype == "photo")): + echo '
'; + $closediv = TRUE; + else: + $closediv = FALSE; + endif; + break; + default: + echo '
'; + $closediv = TRUE; + break; + endswitch; ?> +page_subtype != "login") and ($theme->page_subtype != "reauthenticate")): ?> +sidebarvisible == "none") or ($theme->sidebarvisible == "bottom") or ($theme->sidebarvisible == "top")): ?> +thumb_inpage) and ($page_subtype == "photo")): ?> +

 

'; ?> +get_block_html("thumbnav"); ?> + + + + + +" : null; ?> + +sidebarvisible): + case "left": + echo '
'; + break; + case "none": + case "top": + case "bottom": + if (($theme->thumb_inpage) and ($page_subtype == "photo")): + echo '
'; + else: + echo '
'; + endif; + break; + default: + echo '
'; + break; + endswitch; + + if ($theme->show_root_page): + echo new View("rootpage.html"); + else: + echo $content; + endif; ?> +
+
+
+page_subtype != "login") and ($theme->page_subtype != "reauthenticate") and ($theme->sidebarvisible == "bottom")): ?> +
+ +
+ + +page_bottom() ?> + + diff --git a/3.0/modules/tag_albums/-- Theme Files/greydragon/views/paginator.html.php b/3.0/modules/tag_albums/-- Theme Files/greydragon/views/paginator.html.php new file mode 100644 index 00000000..5918299c --- /dev/null +++ b/3.0/modules/tag_albums/-- Theme Files/greydragon/views/paginator.html.php @@ -0,0 +1,209 @@ + + + +id . "/" . $tag_id . "/" . $album_id); + } elseif ($page_type == "") { + } + endfor; + else: + // End rWatcher Mod. + + switch ($page_type) { + case "collection": + if (isset($item)): + $parent = $item->parent(); + endif; + $current_page = $page; + $total_pages = $max_pages; + // Prepare page url list + for ($i = 1; $i <= $total_pages; $i++): + $_pagelist[$i] = url::site(url::merge(array("page" => $i))); + endfor; + break; + case "item": + if (isset($item)): + $parent = $item->parent(); + endif; + $current_page = $position; + $total_pages = $total; + if (isset($parent)): + $siblings = $parent->children(); + for ($i = 1; $i <= $total; $i++): + $_pagelist[$i] = $siblings[$i-1]->url(); + endfor; + endif; + break; + default: + $current_page = 1; + $total_pages = 1; + $_pagelist[1] = url::site(); + break; + } +// rWatcher Mod + endif; +// End rWatcher Mod. + + if ($total_pages <= 1): + $pagination_msg = " "; + else: + $pagination_msg = t("Page:") . ' '; + if ($total_pages < 13): + for ($i = 1; $i <= $total_pages; $i++): + if ($i == $current_page): + $pagination_msg .= '' . t($i) . ''; + else: + $pagination_msg .= '' . t($i) . ''; + endif; + if ($i < $total_pages): + $pagination_msg .= '·'; + endif; + endfor; + elseif ($current_page < 9): + for ($i = 1; $i <= 10; $i++): + if ($i == $current_page): + $pagination_msg .= '' . t($i) . ''; + else: + $pagination_msg .= '' . t($i) . ''; + endif; + if ($i < 10): + $pagination_msg .= '·'; + endif; + endfor; + + $pagination_msg .= '…'; + $pagination_msg .= '' . t($total_pages - 1) . ''; + $pagination_msg .= '·'; + $pagination_msg .= '' . t($total_pages) . ''; + + elseif ($current_page > $total_pages - 8): + $pagination_msg .= '' . t(1) . ''; + $pagination_msg .= '·'; + $pagination_msg .= '' . t(2) . ''; + $pagination_msg .= '…'; + + for ($i = $total_pages - 9; $i <= $total_pages; $i++): + if ($i == $current_page): + $pagination_msg .= '' . t($i) . ''; + else: + $pagination_msg .= '' . t($i) . ''; + endif; + if ($i < $total_pages): + $pagination_msg .= '·'; + endif; + endfor; + + else: + $pagination_msg .= '' . t(1) . ''; + $pagination_msg .= '·'; + $pagination_msg .= '' . t(2) . ''; + $pagination_msg .= '…'; + + for ($i = $current_page - 5; $i <= $current_page + 5; $i++): + if ($i == $current_page): + $pagination_msg .= '' . t($i) . ''; + else: + $pagination_msg .= '' . t($i) . ''; + endif; + if ($i < $current_page + 5): + $pagination_msg .= '·'; + endif; + endfor; + + $pagination_msg .= '…'; + $pagination_msg .= '' . t($total_pages - 1) . ''; + $pagination_msg .= '·'; + $pagination_msg .= '' . t($total_pages) . ''; + endif; + endif; +?> + + \ No newline at end of file diff --git a/3.0/modules/tag_albums/-- Theme Files/greydragon/views/tag_albums_album.html.php b/3.0/modules/tag_albums/-- Theme Files/greydragon/views/tag_albums_album.html.php new file mode 100644 index 00000000..3a348d3b --- /dev/null +++ b/3.0/modules/tag_albums/-- Theme Files/greydragon/views/tag_albums_album.html.php @@ -0,0 +1,135 @@ + +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) ?>
+ + + +
+
+
+
+ + +
+
    + + $child): ?> +thumb_height > $thumb_item->thumb_width); + + $item_class = $child->is_album() ? "g-album" : "g-photo"; + $content = '
  • thumb_top($child); + + if ($theme->thumb_topalign): + $_shift = ""; + else: + if (($theme->crop_factor == 1) and (!$is_portrait)): + $_shift = 'style="margin-top: ' . intval(($theme->_thumb_size_y - $thumb_item->thumb_height) / 2) . 'px;"'; + else: + if (($theme->crop_factor > 0) and ($is_portrait)): + $_shift = 'style="margin-top: -' . intval(($thumb_item->thumb_height - $theme->_thumb_size_y) / 2) . 'px;"'; + else: + $_shift = ""; + endif; + endif; + endif; + + // $ss = 'z-index: 22; opacity: 1; -ms-transform: rotate(' . (-15 + rand(0, 31)) . 'deg);'; style="' . $ss . '" + + $content .= '

    '; + $content .= ''; + if ($thumb_item->has_thumb()): + $content .= $thumb_item->thumb_img(); + else: + $content .= 'No Image'; + endif; + $content .= '

    '; + + if (($theme->thumb_metamode != "hide") and ($_thumb_descmode == "overlay_bottom")): + $_thumb_metamode = "merged"; + else: + $_thumb_metamode = $theme->thumb_metamode; + endif; + + if (($_thumb_descmode == "overlay") or ($_thumb_descmode == "overlay_top") or ($_thumb_descmode == "overlay_bottom")): + $content .= '
      bb2html(html::purify($child->title), 2) . ''; + if ($_thumb_metamode == "merged"): + $content .= $theme->thumb_info($child); + endif; + $content .= '
    '; + endif; + + if (($_thumb_metamode == "default") and ($_thumb_descmode != "overlay_bottom")): + $content .= ''; + endif; + + if ($_thumb_descmode == "bottom"): + $content .= '
      '; + $content .= '
    • ' . $theme->bb2html(html::purify($child->title), 2) . '
    • '; + if ($_thumb_metamode == "merged"): + $content .= $theme->thumb_info($child); + endif; + $content .= '
    '; + endif; + + /* + if ($addcontext): + $_text = $this->context_menu($child, "#g-item-id-{$child->id} .g-thumbnail"); + $content .= (stripos($_text, '
  • '))? $_text : null; + endif; + */ + + $content .= '
'; + $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"); ?> diff --git a/3.1/modules/tag_albums/-- Theme Files/greydragon/views/calpage.html.php b/3.1/modules/tag_albums/-- Theme Files/greydragon/views/calpage.html.php new file mode 100644 index 00000000..9d3341de --- /dev/null +++ b/3.1/modules/tag_albums/-- Theme Files/greydragon/views/calpage.html.php @@ -0,0 +1,297 @@ + + +load_sessioninfo(); ?> + +html_attributes() ?> xml:lang="en" lang="en" is_rtl)? "dir=rtl" : null; ?> > +item(); + if (($theme->enable_pagecache) and (isset($item))): + // Page will expire in 60 seconds + header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 60).'GMT'); + header("Cache-Control: public"); + header("Cache-Control: post-check=3600, pre-check=43200", false); + header("Content-Type: text/html; charset=UTF-8"); + header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); + endif; +?> + + + +start_combining("script,css") ?> + + + +item()): ?> +bb2html($theme->item()->title, 2); ?> +tag()): ?> + $theme->bb2html($theme->tag()->name, 2))) ?> + +bb2html(item::root()->title, 2); ?> + + +<?= $_title ?> +disable_seosupport): ?> + + + + + + +blendpagetrans): ?> + + + + + + " /> + +allow_root_page): ?> +: ; action-uri=url(); ?>?root=yes; icon-uri=favicon.ico" /> +: ; action-uri=url(); ?>?root=no; icon-uri=favicon.ico" /> + +: ; action-uri=url(); ?>; icon-uri=favicon.ico" /> + +admin): ?> + +: ; action-uri=; icon-uri=favicon.ico" /> + + + + +appletouchicon): ?> + + +script("json2-min.js") ?> +script("jquery.js") ?> +script("jquery.form.js") ?> +script("jquery-ui.js") ?> +script("gallery.common.js") ?> + + +script("gallery.ajax.js"); ?> +script("gallery.dialog.js"); ?> + + +page_subtype == "photo"): ?> +script("jquery.scrollTo.js"); ?> +page_subtype == "movie"): ?> +script("flowplayer.js") ?> + + +head() ?> + + +script("animation.js"); ?> +script("ui.support.js"); ?> + +theme_css_inject(); ?> + + +get_combined("css"); ?> + +css_link("colorpacks/" . $theme->colorpack . "/colors.css", FALSE); ?> +css_link("framepacks/" . $theme->framepack . "/frame.css", FALSE); ?> +custom_css_path != ""): ?> +css_link($theme->custom_css_path, TRUE); ?> + + +get_combined("script") ?> + + +thumb_inpage): ?> + + + +item()): ?> +item(); ?> + + + +body_attributes() ?>show_root_page)? ' id="g-rootpage"' : null; ?> is_rtl)? "class=\"rtl\"" : null; ?> > +page_top() ?> +site_status() ?> +guest) or ($theme->show_guest_menu)) and ($theme->mainmenu_position == "bar")): ?> + +
    + site_menu($theme->item() ? "#g-item-id-{$theme->item()->id}" : "") ?> +
    + +
    +header_top() ?> + +bb2html($header_text, 1) ?> + + + + +guest) or ($theme->show_guest_menu)) and ($theme->mainmenu_position != "bar")): ?> +
    + site_menu($theme->item() ? "#g-item-id-{$theme->item()->id}" : "") ?> +
    + + +messages() ?> +header_bottom() ?> + +loginmenu_position == "header"): ?> +user_menu() ?> + + + +breadcrumb_menu($theme, null); ?> + +breadcrumbs_position == "hide"): + else: + $limit_title_length = module::get_var("gallery", "visible_title_length", 999); + + $breadcrumb_content .= ''; + endif; + + print $breadcrumb_content; + + // End Edit. +?> + +custom_header(); ?> +
    +page_subtype != "login") and ($theme->page_subtype != "reauthenticate") and ($theme->sidebarvisible == "top")): ?> +
    + +
    + +
    +
    +show_root_page): ?> + sidebar_menu($item->url()) ?> +
    "> + + album_menu() ?> + + photo_menu() ?> + + movie_menu() ?> + + tag_menu() ?> + +
    + +sidebarvisible): + case "left": + echo '
    '; + $closediv = TRUE; + break; + case "none": + case "top": + case "bottom": + if (($theme->thumb_inpage) and ($page_subtype == "photo")): + echo '
    '; + $closediv = TRUE; + else: + $closediv = FALSE; + endif; + break; + default: + echo '
    '; + $closediv = TRUE; + break; + endswitch; ?> +page_subtype != "login") and ($theme->page_subtype != "reauthenticate")): ?> +sidebarvisible == "none") or ($theme->sidebarvisible == "bottom") or ($theme->sidebarvisible == "top")): ?> +thumb_inpage) and ($page_subtype == "photo")): ?> +

     

    '; ?> +get_block_html("thumbnav"); ?> + + + + + +" : null; ?> + +sidebarvisible): + case "left": + echo '
    '; + break; + case "none": + case "top": + case "bottom": + if (($theme->thumb_inpage) and ($page_subtype == "photo")): + echo '
    '; + else: + echo '
    '; + endif; + break; + default: + echo '
    '; + break; + endswitch; + + if ($theme->show_root_page): + echo new View("rootpage.html"); + else: + echo $content; + endif; ?> +
    +
    +
    +page_subtype != "login") and ($theme->page_subtype != "reauthenticate") and ($theme->sidebarvisible == "bottom")): ?> +
    + +
    + + +page_bottom() ?> + + diff --git a/3.1/modules/tag_albums/-- Theme Files/greydragon/views/paginator.html.php b/3.1/modules/tag_albums/-- Theme Files/greydragon/views/paginator.html.php new file mode 100644 index 00000000..5918299c --- /dev/null +++ b/3.1/modules/tag_albums/-- Theme Files/greydragon/views/paginator.html.php @@ -0,0 +1,209 @@ + + + +id . "/" . $tag_id . "/" . $album_id); + } elseif ($page_type == "") { + } + endfor; + else: + // End rWatcher Mod. + + switch ($page_type) { + case "collection": + if (isset($item)): + $parent = $item->parent(); + endif; + $current_page = $page; + $total_pages = $max_pages; + // Prepare page url list + for ($i = 1; $i <= $total_pages; $i++): + $_pagelist[$i] = url::site(url::merge(array("page" => $i))); + endfor; + break; + case "item": + if (isset($item)): + $parent = $item->parent(); + endif; + $current_page = $position; + $total_pages = $total; + if (isset($parent)): + $siblings = $parent->children(); + for ($i = 1; $i <= $total; $i++): + $_pagelist[$i] = $siblings[$i-1]->url(); + endfor; + endif; + break; + default: + $current_page = 1; + $total_pages = 1; + $_pagelist[1] = url::site(); + break; + } +// rWatcher Mod + endif; +// End rWatcher Mod. + + if ($total_pages <= 1): + $pagination_msg = " "; + else: + $pagination_msg = t("Page:") . ' '; + if ($total_pages < 13): + for ($i = 1; $i <= $total_pages; $i++): + if ($i == $current_page): + $pagination_msg .= '' . t($i) . ''; + else: + $pagination_msg .= '' . t($i) . ''; + endif; + if ($i < $total_pages): + $pagination_msg .= '·'; + endif; + endfor; + elseif ($current_page < 9): + for ($i = 1; $i <= 10; $i++): + if ($i == $current_page): + $pagination_msg .= '' . t($i) . ''; + else: + $pagination_msg .= '' . t($i) . ''; + endif; + if ($i < 10): + $pagination_msg .= '·'; + endif; + endfor; + + $pagination_msg .= '…'; + $pagination_msg .= '' . t($total_pages - 1) . ''; + $pagination_msg .= '·'; + $pagination_msg .= '' . t($total_pages) . ''; + + elseif ($current_page > $total_pages - 8): + $pagination_msg .= '' . t(1) . ''; + $pagination_msg .= '·'; + $pagination_msg .= '' . t(2) . ''; + $pagination_msg .= '…'; + + for ($i = $total_pages - 9; $i <= $total_pages; $i++): + if ($i == $current_page): + $pagination_msg .= '' . t($i) . ''; + else: + $pagination_msg .= '' . t($i) . ''; + endif; + if ($i < $total_pages): + $pagination_msg .= '·'; + endif; + endfor; + + else: + $pagination_msg .= '' . t(1) . ''; + $pagination_msg .= '·'; + $pagination_msg .= '' . t(2) . ''; + $pagination_msg .= '…'; + + for ($i = $current_page - 5; $i <= $current_page + 5; $i++): + if ($i == $current_page): + $pagination_msg .= '' . t($i) . ''; + else: + $pagination_msg .= '' . t($i) . ''; + endif; + if ($i < $current_page + 5): + $pagination_msg .= '·'; + endif; + endfor; + + $pagination_msg .= '…'; + $pagination_msg .= '' . t($total_pages - 1) . ''; + $pagination_msg .= '·'; + $pagination_msg .= '' . t($total_pages) . ''; + endif; + endif; +?> + + \ No newline at end of file diff --git a/3.1/modules/tag_albums/-- Theme Files/greydragon/views/tag_albums_album.html.php b/3.1/modules/tag_albums/-- Theme Files/greydragon/views/tag_albums_album.html.php new file mode 100644 index 00000000..3a348d3b --- /dev/null +++ b/3.1/modules/tag_albums/-- Theme Files/greydragon/views/tag_albums_album.html.php @@ -0,0 +1,135 @@ + +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) ?>
    + + + +
    +
    +
    +
    + + +
    +
      + + $child): ?> +thumb_height > $thumb_item->thumb_width); + + $item_class = $child->is_album() ? "g-album" : "g-photo"; + $content = '
    • thumb_top($child); + + if ($theme->thumb_topalign): + $_shift = ""; + else: + if (($theme->crop_factor == 1) and (!$is_portrait)): + $_shift = 'style="margin-top: ' . intval(($theme->_thumb_size_y - $thumb_item->thumb_height) / 2) . 'px;"'; + else: + if (($theme->crop_factor > 0) and ($is_portrait)): + $_shift = 'style="margin-top: -' . intval(($thumb_item->thumb_height - $theme->_thumb_size_y) / 2) . 'px;"'; + else: + $_shift = ""; + endif; + endif; + endif; + + // $ss = 'z-index: 22; opacity: 1; -ms-transform: rotate(' . (-15 + rand(0, 31)) . 'deg);'; style="' . $ss . '" + + $content .= '

      '; + $content .= ''; + if ($thumb_item->has_thumb()): + $content .= $thumb_item->thumb_img(); + else: + $content .= 'No Image'; + endif; + $content .= '

      '; + + if (($theme->thumb_metamode != "hide") and ($_thumb_descmode == "overlay_bottom")): + $_thumb_metamode = "merged"; + else: + $_thumb_metamode = $theme->thumb_metamode; + endif; + + if (($_thumb_descmode == "overlay") or ($_thumb_descmode == "overlay_top") or ($_thumb_descmode == "overlay_bottom")): + $content .= '
        bb2html(html::purify($child->title), 2) . ''; + if ($_thumb_metamode == "merged"): + $content .= $theme->thumb_info($child); + endif; + $content .= '
      '; + endif; + + if (($_thumb_metamode == "default") and ($_thumb_descmode != "overlay_bottom")): + $content .= ''; + endif; + + if ($_thumb_descmode == "bottom"): + $content .= '
        '; + $content .= '
      • ' . $theme->bb2html(html::purify($child->title), 2) . '
      • '; + if ($_thumb_metamode == "merged"): + $content .= $theme->thumb_info($child); + endif; + $content .= '
      '; + endif; + + /* + if ($addcontext): + $_text = $this->context_menu($child, "#g-item-id-{$child->id} .g-thumbnail"); + $content .= (stripos($_text, '
    • '))? $_text : null; + endif; + */ + + $content .= '
    '; + $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"); ?>