Jump to content

Josf

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Josf

  1. Copy and paste the code in <li><?php echo $award->name ?></li>HERE not found deleting /* */ example: <ul> <?php foreach($allawards as $award) { /* To show the image: <img src="<?php echo $award->image?>" alt="<?php echo $award->descrip?>" /> */ ?> <li><?php echo $award->name ?></li><br> <img src="<?php echo $award->image?>" alt="<?php echo $award->descrip?>" /> <?php } ?> </ul> the <br> is Enter You can made this in the profile_main.tpl
  2. I just download and uploaded all by ftp when I type the address in the browser I get this message: Fatal error: Class 'DB' not found in /public_html/virtual/core/common/SettingsData.class.php on line 28 Can you make me some suggestion? { $sql = 'SELECT * FROM ' . TABLE_PREFIX . 'settings'; line 28 (default) $all_settings = DB::get_results($sql); CodonCache::write('site_settings', $all_settings, 'long'); }
  3. hello I do not know much about websites I have this problem only in this page
  4. thanks In the first code <table width="100%"> <tdead> <tr> <td>Flight No</td> <td">Departure</td> <td>Arrival</td> <td>Duration</td> <td>Pilot</td> <td>Status</td> </tr> </tdead> <tbody> have a " Fantastic Worck
  5. hi, thank´s How i can download It?
×
×
  • Create New...