Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Aratype Friend
    #170060
    khoand Friend
    #421626

    Hi,
    You replace this code from /templates/ja_erio/css/template.css

    .pagination ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    }

    with

    .pagination ul li {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    }

    You replace this code from templatesja_eriohtmlcom_contentcategoryblog_item.php

    <span class="date"><?php echo $createDay; ?></span>
    <span class="month"><?php echo $createMonth; ?></span>
    <span class="year"><?php echo $createYear; ?></span>

    with

    <span class="year"><?php echo $createYear; ?></span>
    <span class="month"><?php echo $createMonth; ?></span>
    <span class="date"><?php echo $createDay; ?></span>

    You delete all of files of /cache and /t3-assets directory.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  khoand 13 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum