Dotclear


Ignore:
Timestamp:
10/08/13 15:27:39 (12 years ago)
Author:
Dsls
Branch:
twig
Parents:
1524:913f5a36bbb0 (diff), 2312:d01c85eaa37d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Twig merge - lots of things to adapt yet

Location:
inc/public
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • inc/public/lib.urlhandlers.php

    r1315 r2313  
    263263               $params = new ArrayObject(array( 
    264264                    'cat_url' => $args, 
    265                     'post_type' => 'post')); 
     265                    'post_type' => 'post', 
     266                    'without_empty' => false)); 
    266267                
    267268               $core->callBehavior('publicCategoryBeforeGetCategories',$params,$args); 
     
    479480                     
    480481                    # The entry 
     482                    if ($_ctx->posts->trackbacksActive()) { 
     483                         header('X-Pingback: '.$core->blog->url.$core->url->getURLFor("xmlrpc",$core->blog->id)); 
     484                    } 
    481485                    self::serveDocument('post.html'); 
    482486               } 
  • inc/public/prepend.php

    r1315 r2313  
    6969$_lang = preg_match('/^[a-z]{2}(-[a-z]{2})?$/',$_lang) ? $_lang : 'en'; 
    7070 
     71l10n::lang($_lang); 
    7172if (l10n::set(dirname(__FILE__).'/../../locales/'.$_lang.'/date') === false && $_lang != 'en') { 
    7273     l10n::set(dirname(__FILE__).'/../../locales/en/date'); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map