Ignore:
Timestamp:
Apr 19, 2010, 10:17:46 PM (14 years ago)
Author:
patdenice
Message:

[Luciano Amodio Theme] First corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/luciano/themeconf.inc.php

    r5921 r5922  
    1515
    1616$this->set_template_dir(PHPWG_THEMES_PATH.'default/template');
    17 $this->smarty->register_prefilter( 'add_footer_and_clear_div' );
    1817
    1918$conf['show_thumbnail_caption'] = false;
    20 
    21 function add_footer_and_clear_div($content, &$smarty)
    22 {
    23   return
    24     str_replace(
    25       '</div> <!-- content -->',
    26       "<div class=\"footer\"></div>\n</div> <!-- content -->\n<div class=\"clear\"></div>",
    27       $content
    28     );
    29 }
    3019
    3120// Remove comments link in Menu
Note: See TracChangeset for help on using the changeset viewer.