ап ап ап ап ап
Купить все на Севасе можно
Не находит на сайте
Хотел бы узнать будет ли эффективно и как к этому отнесутся.
только если продажник
<div id="bid"><a href="http://modniyportal.ru/" title="Modniyportal">http://modniyportal.ru</a><a href="http://griskomed.ru/" title="griskomed">http://griskomed.ru</a> <a href="http://womens-h.ru/" title="http://womens-h.ru/">http://womens-h.ru/</a></div>
#bid { position: absolute; top: 0px; left: -5000px; }
div.first-row {float:left;}
Спасибо, ссылки поубирал.
А если планируется 3 как это сделать?
Спасибо за помощь) Нашел в другом файле.
Вроде тут должно, но не нашел
<?php /** * @package com_zoo * @author YOOtheme http://www.yootheme.com * @copyright Copyright (C) YOOtheme GmbH * @license http://www.gnu.org/licenses/gpl.html GNU/GPL */ // no direct access defined('_JEXEC') or die('Restricted access'); ?> <div class="category"> <?php if ($category) : ?> <?php $link = $this->app->route->category($category); ?> <?php if ($this->params->get('template.show_categories_titles')) : ?> <h2 class="title"> <a href="<?php echo $link; ?>" title="<?php echo $category->name; ?>"><?php echo $category->name; ?></a> <?php if ($this->params->get('template.show_categories_item_count')) : ?> <span>(<?php echo $category->totalItemCount(); ?>)</span> <?php endif; ?> </h2> <?php endif; ?> <?php if ($this->params->get('template.show_categories_descriptions') && $category->getParams()->get('content.teaser_description')) : ?> <div class="description"><?php echo $category->getParams()->get('content.teaser_description'); ?></div> <?php endif; ?> <?php if (($image = $category->getImage('content.teaser_image')) && $this->params->get('template.show_categories_images')) : ?> <a class="teaser-image" href="<?php echo $link; ?>" title="<?php echo $category->name; ?>"> <img src="<?php echo $image['src']; ?>" title="<?php echo $category->name; ?>" alt="<?php echo $category->name; ?>" <?php echo $image['width_height']; ?>/> </a> <?php endif; ?> <?php if ($this->params->get('template.show_sub_categories') && $category->getChildren()): ?> <ul class="sub-categories"> <?php foreach ($category->getChildren() as $child) { if (!$child->totalItemCount() && !$this->params->get('config.show_empty_categories', false)) continue; $link = $this->app->route->category($child); $item_count = ($this->params->get('template.show_sub_categories_item_count')) ? ' <span>('.$child->totalItemCount().')</span>' : ''; echo '<li><a href="'.$link.'" title="'.$child->name.'">'.$child->name.'</a>'.$item_count.'</li>'; } ?> </ul> <?php endif; ?> <?php endif; ?> </div>
спасибо помогло) А не подскажешь как убрать запятую?
bool mail (string to, string subject, string message [, string additional_headers [, string additional_parameters]])
Он в email.php которого у меня нет.
url: 'email.php'