1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Breadcrum in showlistings.tpl

Discussion in 'Modules / Plugins / Modifications' started by cwp, Apr 17, 2015.

  1. cwp Customer

    I'm trying to re position the breadcrumb in showlistings.tpl. The breadcrumb is not in there, but I saw this line - where is the information that is stored in tpl_showlistings_head located at? The below code was located at the top of the showlistings.tpl file.

    PHP:
    {modulehook function="tpl_showlistings_head" options=""}
  2. Mike-N-Tosh Owner

    That code is a "modulehook". The "tpl_showlistings_head" is a function that could be created in a module to display something.

    There isn't a "breadcrumb" in the showlistings.tpl template file. The showlistings.tpl file shows search results, therefore you are basically at the root of the hierarchy. Perhaps you are looking at the browse.tpl which may 'include' the showlistings.tpl file after the category(ies). That would be in here: template_folder/categories/browse.tpl
  3. cwp Customer

    Thanks, that answers my question! The browse.tpl file was what exactly what I needed.

Share This Page