Letractively / osclass

Automatically exported from code.google.com/p/osclass
0 stars 0 forks source link

Relative paths #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We still have a lot of relative paths in the source code. However, I have
in my config.php file:
define('WEB_PATH', 'http://localhost/osclass');

In the source code at the home:

In that place:
<div style="float: right;">
        <a class="Lang" href="?action=setlanguage&value=es_ES">español</a> | 
        <a class="Lang" href="?action=setlanguage&value=en_US">english</a>

    </div>

And in that place:
<a href="item.php?action=post">Publish your item</a>

In the source code at the "add your item":
<form action="item.php" method="post" enctype="multipart/form-data">

Original issue reported on code.google.com by danielgs on 2 Feb 2010 at 5:08

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by santiago...@gmail.com on 7 Mar 2010 at 8:33