Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • aryeh Friend
    #126381

    greetings!!!!
    1.what file can I modify to insert a main menu in flash no dynamic ? and replace the main menu template corona ja!
    2.what file can I modify to insert a logo in flash? and replace the logo.png template corona ja!

    kashxo Friend
    #241503

    You need to open file index.php in the ja_corona folder,
    1. At line 96th (or 92 in 1.0 version), you will see the code like this:
    <blockquote><!– BEGIN: MAIN NAVIGATION –>
    <div id=”ja-mainnav” class=”clearfix”>
    <?php $jamenu->genMenu (0); ?>
    </div>
    <!– END: MAIN NAVIGATION –></blockquote>
    Remove <?php $jamenu->genMenu (0); ?> and insert your flash code there
    <blockquote><!– BEGIN: MAIN NAVIGATION –>
    <div id=”ja-mainnav” class=”clearfix”>
    your flash code here
    </div>
    <!– END: MAIN NAVIGATION –></blockquote>

    2. at line 92nd (or 87th), you see this code:
    <blockquote><h1 class=”logo”>
    <a href=”index.php” title=”<?php echo $tmpTools->siteName(); ?>”><span><?php echo $tmpTools->siteName(); ?></span></a>
    </h1></blockquote>
    Remove it and insert this block:
    <blockquote><div id=”flash-logo”>
    your flash code here
    </div></blockquote>

    Remember replace the text “your flash code here” with your actual flash code.
    goodluck.

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

This topic contains 2 replies, has 2 voices, and was last updated by  kashxo 16 years, 6 months ago.

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