Changeset 1521
- Timestamp:
- 11/07/2009 09:29:08 PM (10 months ago)
- Location:
- branches/1.2/setup
- Files:
-
- 2 modified
-
default.php (modified) (1 diff)
-
index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/setup/default.php
r1515 r1521 12 12 */ 13 13 ?> 14 <form action=" setup/test/test-mod-rewrite.php" name="form1" method="post">14 <form action="<?php echo WIKKA_BASE_URL ?>setup/test/test-mod-rewrite.php" name="form1" method="post"> 15 15 <table> 16 16 <?php -
branches/1.2/setup/index.php
r1515 r1521 91 91 <div class="header"> 92 92 <?php // @@@ use StaticHref() for src attribute? ?> 93 <img src="images/wikka_logo.jpg" alt="<?php echo _p('wikka logo');?>" title="<?php echo _p('Welcome to Wikka');?>" />93 <img src="<?php echo WIKKA_BASE_URL ?>images/wikka_logo.jpg" alt="<?php echo _p('wikka logo');?>" title="<?php echo _p('Welcome to Wikka');?>" /> 94 94 </div> 95 95 <!--START page body -->