אירוח ופיתוח האתר נתרמו באדיבות...
- לינווייט - תשתיות תוכן וקהילה
- אמנון לבב - לבבי
האתר הוא:
www.orbaaretz.org
ניתן לראות את העיצוב,
הבעיה היא שהתפריט - נעלם.
אשמח לעשות COPY PASTE כבקשתכם...
למישהו הפתרון?
תודה
איתן.
| סוג | נושא | מאת | תגובות | התעדכן |
|---|---|---|---|---|
| שאלה | הכנסת קישור לעמוד | kolp | 1 | לפני 18 שניות |
| הודעה | ביצועים: דרופל או Zend Frameworks ? | לבבי | 0 | לפני שעה אחת 50 דקות |
| נותן שירות | Ilya Novo | copyhold | 0 | לפני 2 שעות 35 דקות |
| שאלה | מודולים להקמת רשת חברתית | noas | 1 | לפני 11 שעות 14 דקות |
| שאלה | בעיה בשינוי העיצוב של description | ענת | 7 | לפני 12 שעות 50 דקות |
| שאלה | logo tool | tsi | 2 | לפני 17 שעות 6 דקות |
| שאלה | עזרה הכנסת תוכן לאתר, בתשלום כמובן! עיזרו לי. | AKAVIS | 0 | לפני 17 שעות 9 דקות |
| הודעה | עוד מודול כחול לבן | amitai | 12 | לפני 18 שעות 37 דקות |
| הודעה | חסימת גישה לממשק הניהול | מתחילי | 0 | לפני יום אחד 5 דקות |
| שאלה | על ההבדל בין סוגי התוכן ה'קלאסים' | menros | 6 | לפני יום אחד 3 שעות |
בעניין: עזרה - בניתי עיצוב אבל התפריט נעלם
הוא באמת חסר :-)
איך נראה הקובץ page.tpl.php?
זהר סטולר, לינווייט
לינווייט תשתיות תוכן קהילתיות
בעניין: בעניין: עזרה - בניתי עיצוב אבל התפריט נעלם
תודה על העזרה:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>">
<head profile="http://gmpg.org/xfn/11">
<title><?php print $head_title ?></title>
<?php print $head ?>
<?php print $styles ?>
<?php print $scripts ?>
<style type="text/css" media="print">@import "<?php print base_path() . path_to_theme() ?>/print.css";</style>
</head>
<body>
<div id="page">
<div id="header">
<div id="headerimg">
<h1><a href="<?php print check_url($front_page); ?>"><?php print check_plain($site_name); ?></a></h1>
<div class="description"><?php print check_plain($site_slogan); ?></div>
</div>
<?php if (isset($primary_links)) : ?>
<?php print theme('links', $primary_links, array('class' => 'nav')) ?>
<?php endif; ?>
</div>
<div id="content">
<?php if ($breadcrumb): print $breadcrumb; endif; ?>
<?php if ($mission): print '<div id="mission">'. $mission .'</div>'; endif; ?>
<?php if ($tabs): print '<div id="tabs-wrapper" class="clear-block">'. $tabs .'</div>'; endif; ?>
<?php if (isset($tabs2)): print $tabs2; endif; ?>
<?php if ($help): print $help; endif; ?>
<?php if ($messages): print $messages; endif; ?>
<?php if ($title): print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>'; endif; ?>
<?php print $content ?>
<div class="navigation">
<span class="previous-entries"></span> <span class="next-entries"></span>
</div>
</div>
<div id="sidebar-right">
<ul>
<li>
<?php if ($search_box): ?><div class="block block-theme"><?php print $search_box ?></div><?php endif; ?>
</li>
<?php if ($right): ?>
<?php print $right ?>
<?php endif; ?>
</ul>
</div>
<hr class="clear" />
<div id="footer">
<?php print $footer_message ?>
</div>
<?php print $closure ?>
</body>
</html>
בעניין: בעניין: בעניין: עזרה - בניתי עיצוב אבל התפריט נעלם
האם יש לך קובץ template.php עם regions מוגדרים בו?
זהר סטולר, לינווייט
לינווייט תשתיות תוכן קהילתיות
בעניין: בעניין: בעניין: בעניין: עזרה - בניתי עיצוב אבל התפריט נע
תודה זהר על התגובות המהירות
הנה הקובץ tamplate:
<?phpfunction garamond_regions() {
return array(
'right' => t('right sidebar'),
'content' => t('content'),
'footer' => t('footer')
);
}
/**
* Return a themed breadcrumb trail.
*
* @param $breadcrumb
* An array containing the breadcrumb links.
* @return a string containing the breadcrumb output.
*/
function phptemplate_breadcrumb($breadcrumb) {
if (!empty($breadcrumb)) {
return '<div class="breadcrumb">'. implode(' › ', $breadcrumb) .'</div>';
}
}
/**
* Allow themable wrapping of all comments.
*/
function phptemplate_comment_wrapper($content, $type = null) {
static $node_type;
if (isset($type)) $node_type = $type;
if (!$content || $node_type == 'forum') {
return '<div id="comments">'. $content . '</div>';
}
else {
return '<h3 id="comments">'. t('Comments') .'</h3><ol class="commentlist">'. $content .'</ol>';
}
}
בעניין: בעניין: בעניין: בעניין: בעניין: עזרה - בניתי עיצוב אבל ה
איך קראת לעיצוב שלך?
בהגדרת ה-regions שלך, אתה משתמש בשם garamond. אם קראת לעיצוב שלך אחרת, עליך לתקן פה, ולבקר מחדש בעמודי הניהול של העיצובים והבלוקים.
זהר סטולר, לינווייט
לינווייט תשתיות תוכן קהילתיות