News:

Join the Facebook Fan Page.

Main Menu

NMTD

Started by forsakenlad, August 06, 2007, 07:01:36 PM

Previous topic - Next topic

forsakenlad

Link to the theme


NMTD is a fixed-width theme designed for SMF 1.1 which has its HTML written from scratch. It uses semantic markup. Accessibility has also been improved a lot compared to the SMF Default Template.

The theme makes use of multiple stylesheets to ensure that further customization by the user is really easy.

Demo: http://turkish.doom9.org/smftheme/?theme=23

List Of Converted Templates:

Index
BoardIndex
Display
Login
MessageIndex
Register
Search
Who
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

Crip

I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Aaron

Very nice theme, Eren! :)

Gorm

Great theme but why does i say its tableless when it isnt??

/Johan

forsakenlad

Quote from: Gorm on August 09, 2007, 04:12:17 AM
Great theme but why does i say its tableless when it isnt??

/Johan

It uses where tables should be used. Could ou show me a place where its absurd that I have used tables?
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

Dragooon

Mann I love your themes but the only problem is they are hard to get supported to mods.

Gorm

Quote from: *eren on August 09, 2007, 09:37:04 AMIt uses where tables should be used. Could ou show me a place where its absurd that I have used tables?

You´re right i guess, do you thik it would be posible to make it entierly tableless? Its not a recuest, im just curious. :)

/Johan

forsakenlad

Yes of course it is possible and I've done it for some themes but what is the reason? It uses tables for messageindex because it contains tabular data.
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

leonandres0

thanks for the theme, single tapeworm a consultation... like putting in bold the names of the categories of the Board.


I wait for your help.

Pardon by my badly English >:(

leonandres0


leonandres0


forsakenlad

Sorry I've been away for the past few days. Open up css/common.css and search for:

.boards dt
{
        float: left;
        width: 100%;
   font-size: 130%;
   color: #4c4b4f;
   margin-top: 10px;
   padding-bottom: 6px;
}

and replace it with:

.boards dt
{
        float: left;
        width: 100%;
   font-size: 130%;
   color: #4c4b4f;
   margin-top: 10px;
   padding-bottom: 6px;
   font-weight: bold;
}
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

leonandres0

Very well thank you very much. I have another doubt is with the MOD Thanks

http://custom.simplemachines.org/mods/index.php?mod=710

I made all the modifications to theme in Display.Template.php (the majority) and not with himself that show nothing to me. To have if it sights because it seems to me that it is mutual incompatibility of theme.



Greetings :P

forsakenlad

Due to the fact NMTD uses nearly none of the native HTML for Display.template.php, it is hard to get mods working. I'll look at it and let you know but I can't promise you a timeframe.
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

schled

#14
I have implemented this theme but am now getting errors reported in the Forum Error Log;

8: Undefined index: forum_meta
Line: 70

and

2: Wrong parameter count for str_replace()
Line: 129

Commenting out those lines in index.template.php seems to fix the problem but I haven't done extensive testing.

This is occurring in a fresh install with no mods.

I am also getting the common errors of image files not found which everyone just seems to be fixing by copying the images to the relevant files. There must be a better solution ::)

Apart from these small problems, this is an amazing theme!

schled

Another change needed to fix an reported error;

In Display.template.php change Line 346

from
                                        <li style="margin: 0; padding: 0 0 0 10px; border: 0;"><a href="', $scripturl, '?action=splittopics;topic=', $context['current_topic'], '.0;at=', $message['id'], '">' . $txt[smf251] . '</a></li>';


to
                                        <li style="margin: 0; padding: 0 0 0 10px; border: 0;"><a href="', $scripturl, '?action=splittopics;topic=', $context['current_topic'], '.0;at=', $message['id'], '">' . $txt['smf251'] . '</a></li>';

schled

I have converted Recent.template.php to fit in with this theme rather than using the default theme template. Recent posts and Unread replies now look better and this also goes some of the way to fixing the missing image files.

<?php
// Version: 1.1; Recent

function template_main()
{
global $context$settings$options$txt$scripturl;

echo theme_linktree();
echo '
<div class="pages">
'
$txt[139], ': '$context['page_index'], !empty($modSettings['topbottomEnable']) ? $context['menu_separator'] . '&nbsp;&nbsp;<a href="#bot"><strong>' $txt['topbottom5'] . '</strong></a>' '''
</div>'
;

foreach ($context['posts'] as $post)
{
// This is far from ideal, but oh well - create buttons for the post.
$button_set = array();

if ($post['can_delete'])
$button_set['delete'] = array('text' => 31'image' => 'delete.gif''lang' => true'custom' => 'onclick="return confirm(\'' $txt[154] . '?\');"''url' => $scripturl '?action=recent;delete=' $post['id'] . ';sesc=' $context['session_id']);
if ($post['can_reply'])
{
$button_set['reply'] = array('text' => 146'image' => 'reply_sm.gif''lang' => true'url' => $scripturl '?action=post;topic=' $post['topic'] . '.' $post['start']);
$button_set['quote'] = array('text' => 145'image' => 'quote.gif''lang' => true'url' => $scripturl '?action=post;topic=' $post['topic'] . '.' $post['start'] . ';quote=' $post['id'] . ';sesc=' $context['session_id']);
}
if ($post['can_mark_notify'])
$button_set['notify'] = array('text' => 131'image' => 'notify_sm.gif''lang' => true'url' => $scripturl '?action=notify;topic=' $post['topic'] . '.' $post['start']);

echo '
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="bordercolor">
<tr class="titlebg2">
<td class="middletext">
<div style="float: left; width: 3ex;">&nbsp;'
$post['counter'], '&nbsp;</div>
<div style="float: left;">&nbsp;'
$post['category']['link'], ' / '$post['board']['link'], ' / <b>'$post['link'], '</b></div>
<div align="right">&nbsp;'
$txt[30], ': '$post['time'], '&nbsp;</div>
</td>
</tr>
<tr>
<td class="catbg" colspan="3">
<span class="middletext"> '
$txt[109], ' ' $post['first_poster']['link'] . ' - ' $txt[22] . ' ' $txt[525] . ' ' $post['poster']['link'] . ' </span>
</td>
</tr>
<tr>
<td class="windowbg2" colspan="3" valign="top" height="80">
<div class="post">' 
$post['message'] . '</div>
</td>
</tr>'
;

// Are we using tabs?
if (!empty($settings['use_tabs']))
{
echo '
</table>'
;

if (!empty($button_set))
echo '
<table cellpadding="0" cellspacing="0" align="right" style="margin-right: 2ex;">
<tr>
'
template_button_strip($button_set'top'true), '
</tr>
</table><br />'
;
}
else
{
if (!empty($button_set))
echo '
<tr>
<td class="catbg" colspan="3" align="right">
<table><tr>
'
template_button_strip($button_set'top'true), '
</tr></table>
</td>
</tr>'
;

echo '
</table>'
;
}

echo '
<br />'
;
}
echo '
<div class="middletext">'
$txt[139], ': '$context['page_index'], '</div>';
}

function 
template_unread()
{
global $context$settings$options$txt$scripturl$modSettings;

echo '
                        <a name="top"></a>'
;

echo theme_linktree();

if ($context['user']['is_logged'] && $settings['show_mark_read'])
echo '
<ul class="msgmenu">
<li class="markread"><a href="' 
$scripturl '?action=markasread;sa=' . (!empty($context['no_board_limits']) ? 'all' 'board' $context['querystring_board_limits']) . ';sesc=' $context['session_id'] . '">' $txt['mark_read_short'] . '</a></li>
</ul>'
;

if (!empty($context['topics']))
{
echo '
<div class="pages">
'
$txt[139], ': '$context['page_index'], !empty($modSettings['topbottomEnable']) ? $context['menu_separator'] . '&nbsp;&nbsp;<a href="#bot"><strong>' $txt['topbottom5'] . '</strong></a>' '''
</div>
                        <div style="clear: both;"></div>
       <table id="messagetable" border="0" cellspacing="1" cellpadding="4">
       <tr>
       <td class="catbg3 cella1" colspan="2"></td>
       <td class="catbg3"><a href="'
$scripturl'?action=unread'$context['showing_all_topics'] ? ';all' ''$context['querystring_board_limits'], ';sort=subject'$context['sort_by'] == 'subject' && $context['sort_direction'] == 'up' ';desc' '''">'$txt[70], $context['sort_by'] == 'subject' ' <img src="' $settings['images_url'] . '/sort_' $context['sort_direction'] . '.gif" alt="" border="0" />' '''</a></td>
       <td class="catbg3 cella2"><a href="'
$scripturl'?action=unread'$context['showing_all_topics'] ? ';all' ''$context['querystring_board_limits'], ';sort=starter'$context['sort_by'] == 'starter' && $context['sort_direction'] == 'up' ';desc' '''">'$txt[109], $context['sort_by'] == 'starter' ' <img src="' $settings['images_url'] . '/sort_' $context['sort_direction'] . '.gif" alt="" border="0" />' '''</a></td>
       <td class="catbg3 cella3"><a href="'
$scripturl'?action=unread'$context['showing_all_topics'] ? ';all' ''$context['querystring_board_limits'], ';sort=replies'$context['sort_by'] == 'replies' && $context['sort_direction'] == 'up' ';desc' '''">'$txt[110], $context['sort_by'] == 'replies' ' <img src="' $settings['images_url'] . '/sort_' $context['sort_direction'] . '.gif" alt="" border="0" />' '''</a></td>
       <td class="catbg3 cella3"><a href="'
$scripturl'?action=unread'$context['showing_all_topics'] ? ';all' ''$context['querystring_board_limits'], ';sort=views'$context['sort_by'] == 'views' && $context['sort_direction'] == 'up' ';desc' '''">'$txt[301], $context['sort_by'] == 'views' ' <img src="' $settings['images_url'] . '/sort_' $context['sort_direction'] . '.gif" alt="" border="0" />' '''</a></td>
       <td class="catbg3 cella4"><a href="'
$scripturl'?action=unread'$context['showing_all_topics'] ? ';all' ''$context['querystring_board_limits'], ';sort=last_post'$context['sort_by'] == 'last_post' && $context['sort_direction'] == 'up' ';desc' '''">'$txt[111], $context['sort_by'] == 'last_post' ' <img src="' $settings['images_url'] . '/sort_' $context['sort_direction'] . '.gif" alt="" border="0" />' '''</a></td>';
      
}
      
// No topics.... just say, "sorry bub".
      
else
      
echo '
       <td class="catbg3 twidth" colspan="7"><strong>'
$context['showing_all_topics'] ? $txt[151] : $txt['unread_topics_visit_none'], '</strong></td>';

      
echo '
       </tr>'
;

      
foreach ($context['topics'] as $topic)
      
{
      
// Do we want to seperate the sticky and lock status out?
      
if (!empty($settings['seperate_sticky_lock']) && strpos($topic['class'], 'sticky') !== false)
      
$topic['class'] = substr($topic['class'], 0strrpos($topic['class'], '_sticky'));
      
if (!empty($settings['seperate_sticky_lock']) && strpos($topic['class'], 'locked') !== false)
      
$topic['class'] = substr($topic['class'], 0strrpos($topic['class'], '_locked'));

      
echo '
       <tr>
       <td>
       <img src="'
$settings['images_url'], '/topic/'$topic['class'], '.gif" alt="" />
       </td>
       <td>
       <img src="'
$topic['first_post']['icon_url'], '" alt="" />
       </td>
       <td class="cellb2">
      
$topic['is_locked'] && !empty($settings['seperate_sticky_lock']) ? '
<img src="' 
$settings['images_url'] . '/icons/quick_lock.gif" />' '' $topic['is_sticky'] && !empty($settings['seperate_sticky_lock']) ? '
<img src="' 
$settings['images_url'] . '/icons/show_sticky.gif" />' ''$topic['first_post']['link'], ' <a href="'$topic['new_href'], '"><img src="'$settings['images_url'], '/'$context['user']['language'], '/new.gif" alt="'$txt[302], '" /></a>
<span class="smalltext">'
$topic['pages'], ' '$txt['smf88'], ' '$topic['board']['link'], '</span></td>
       <td class="cellb3">
       '
$topic['first_post']['member']['link'], '
       </td>
       <td class="cella6">
       '
$topic['replies'], '
       </td>
       <td class="cella6">
       '
$topic['views'], '
       </td>
       <td class="cellb4">
       <a href="'
$topic['last_post']['href'], '"><img src="'$settings['images_url'], '/icons/last_post.gif" alt="'$txt[111], '" title="'$txt[111], '" class="msglpost" /></a>
       <span class="smalltext">
       '
$topic['last_post']['time'], '<br />
       '
$txt[525], ' '$topic['last_post']['member']['link'], '
       </span>
       </td>'
;

      
echo '</td>
       </tr>'
;
      
}      

      
echo '
       </table>
       <a name="bot"></a>'
;

if ($context['user']['is_logged'] && $settings['show_mark_read'])
echo '
<ul class="msgmenu">
<li class="markread"><a href="' 
$scripturl '?action=markasread;sa=' . (!empty($context['no_board_limits']) ? 'all' 'board' $context['querystring_board_limits']) . ';sesc=' $context['session_id'] . '">' $txt['mark_read_short'] . '</a></li>
</ul>'
;

   
echo '
<div class="pages">
'
$txt[139], ': '$context['page_index'], !empty($modSettings['topbottomEnable']) ? $context['menu_separator'] . '&nbsp;&nbsp;<a href="#bot"><strong>' $txt['topbottom5'] . '</strong></a>' '''
</div>
                        <div class="alt"></div>'
;


// Show breadcrumbs at the bottom too?
echo theme_linktree();

if (!empty($context['topics']))
echo '
                        <div id="msgicons1">
                 '
, !empty($modSettings['enableParticipation']) ? '
                 <img src="' 
$settings['images_url'] . '/topic/my_normal_post.gif" alt="" align="middle" /> ' $txt['participation_caption'] . '<br />' '''
                 <img src="' 
$settings['images_url'] . '/topic/normal_post.gif" alt="" align="middle" /> ' $txt[457] . '<br />
                 <img src="' 
$settings['images_url'] . '/topic/hot_post.gif" alt="" align="middle" /> ' $txt[454] . '<br />
                 <img src="' 
$settings['images_url'] . '/topic/veryhot_post.gif" alt="" align="middle" /> ' $txt[455] . '
                        </div>
                        <div id="msgicons2">
                 <img src="' 
$settings['images_url'] . '/icons/quick_lock.gif" alt="" align="middle" /> ' $txt[456] . '<br />' . ($modSettings['enableStickyTopics'] == '1' '
                 <img src="' 
$settings['images_url'] . '/icons/quick_sticky.gif" alt="" align="middle" /> ' $txt['smf96'] . '<br />' '') . ($modSettings['pollMode'] == '1' '
                 <img src="' 
$settings['images_url'] . '/topic/normal_poll.gif" alt="" align="middle" /> ' $txt['smf43'] : '') . '
                        </div>
         <div style="clear: both;"></div>'
;
}

function 
theme_show_buttons()
{
global $context$settings$options$txt$scripturl;

$buttonArray = array();

// If they are logged in, and the mark read buttons are enabled..
if ($context['user']['is_logged'] && $settings['show_mark_read'])
$buttonArray[] = '<li class="markread"><a href="' $scripturl '?action=markasread;sa=board;board=' $context['current_board'] . '.0;sesc=' $context['session_id'] . '">' $txt['mark_read_short'] . '</a></li>';

// If the user has permission to show the notification button... ask them if they're sure, though.
if ($context['can_mark_notify'])
$buttonArray[] = '<li class="notify"><a href="' $scripturl '?action=notifyboard;sa=' . ($context['is_marked_notify'] ? 'off' 'on') . ';board=' $context['current_board'] . '.' $context['start'] . ';sesc=' $context['session_id'] . '" onclick="return confirm(\'' . ($context['is_marked_notify'] ? $txt['notification_disable_board'] : $txt['notification_enable_board']) . '\');">' $txt[125] . '</a></li>';

// How about new polls, can the user post those?
if ($context['can_post_poll'])
$buttonArray[] = '<li class="newpoll"><a href="' $scripturl '?action=post;board=' $context['current_board'] . '.0;poll">' $txt['smf20'] . '</a></li>';

// Are they allowed to post new topics?
if ($context['can_post_new'])
$buttonArray[] = '<li class="newtopic"><a href="' $scripturl '?action=post;board=' $context['current_board'] . '.0">' $txt['smf258'] . '</a></li>';

return implode($buttonArray);
}

function 
template_replies()
{
global $context$settings$options$txt$scripturl$modSettings;

echo '
                        <a name="top"></a>'
;

echo theme_linktree();

if ($context['user']['is_logged'] && $settings['show_mark_read'])
echo '
<ul class="msgmenu">
<li class="markread"><a href="' 
$scripturl '?action=markasread;sa=' . (!empty($context['no_board_limits']) ? 'all' 'board' $context['querystring_board_limits']) . ';sesc=' $context['session_id'] . '">' $txt['mark_read_short'] . '</a></li>
</ul>'
;

if (!empty($context['topics']))
{
echo '
<div class="pages">
'
$txt[139], ': '$context['page_index'], !empty($modSettings['topbottomEnable']) ? $context['menu_separator'] . '&nbsp;&nbsp;<a href="#bot"><strong>' $txt['topbottom5'] . '</strong></a>' '''
</div>
                        <div style="clear: both;"></div>
       <table id="messagetable" border="0" cellspacing="1" cellpadding="4">
       <tr>
       <td class="catbg3 cella1" colspan="2"></td>
       <td class="catbg3"><a href="'
$scripturl'?action=unread'$context['showing_all_topics'] ? ';all' ''$context['querystring_board_limits'], ';sort=subject'$context['sort_by'] == 'subject' && $context['sort_direction'] == 'up' ';desc' '''">'$txt[70], $context['sort_by'] == 'subject' ' <img src="' $settings['images_url'] . '/sort_' $context['sort_direction'] . '.gif" alt="" border="0" />' '''</a></td>
       <td class="catbg3 cella2"><a href="'
$scripturl'?action=unread'$context['showing_all_topics'] ? ';all' ''$context['querystring_board_limits'], ';sort=starter'$context['sort_by'] == 'starter' && $context['sort_direction'] == 'up' ';desc' '''">'$txt[109], $context['sort_by'] == 'starter' ' <img src="' $settings['images_url'] . '/sort_' $context['sort_direction'] . '.gif" alt="" border="0" />' '''</a></td>
       <td class="catbg3 cella3"><a href="'
$scripturl'?action=unread'$context['showing_all_topics'] ? ';all' ''$context['querystring_board_limits'], ';sort=replies'$context['sort_by'] == 'replies' && $context['sort_direction'] == 'up' ';desc' '''">'$txt[110], $context['sort_by'] == 'replies' ' <img src="' $settings['images_url'] . '/sort_' $context['sort_direction'] . '.gif" alt="" border="0" />' '''</a></td>
       <td class="catbg3 cella3"><a href="'
$scripturl'?action=unread'$context['showing_all_topics'] ? ';all' ''$context['querystring_board_limits'], ';sort=views'$context['sort_by'] == 'views' && $context['sort_direction'] == 'up' ';desc' '''">'$txt[301], $context['sort_by'] == 'views' ' <img src="' $settings['images_url'] . '/sort_' $context['sort_direction'] . '.gif" alt="" border="0" />' '''</a></td>
       <td class="catbg3 cella4"><a href="'
$scripturl'?action=unread'$context['showing_all_topics'] ? ';all' ''$context['querystring_board_limits'], ';sort=last_post'$context['sort_by'] == 'last_post' && $context['sort_direction'] == 'up' ';desc' '''">'$txt[111], $context['sort_by'] == 'last_post' ' <img src="' $settings['images_url'] . '/sort_' $context['sort_direction'] . '.gif" alt="" border="0" />' '''</a></td>';
      
}
      
// No topics.... just say, "sorry bub".
      
else
      
echo '
       <td class="catbg3 twidth" colspan="7"><strong>'
$context['showing_all_topics'] ? $txt[151] : $txt['unread_topics_visit_none'], '</strong></td>';
echo '
</tr>'
;

foreach ($context['topics'] as $topic)
{
// Seperate lock and sticky again?
if (!empty($settings['seperate_sticky_lock']) && strpos($topic['class'], 'sticky') !== false)
$topic['class'] = substr($topic['class'], 0strrpos($topic['class'], '_sticky'));
if (!empty($settings['seperate_sticky_lock']) && strpos($topic['class'], 'locked') !== false)
$topic['class'] = substr($topic['class'], 0strrpos($topic['class'], '_locked'));

echo '
<tr>
       <td>
       <img src="'
$settings['images_url'], '/topic/'$topic['class'], '.gif" alt="" />
       </td>
       <td>
       <img src="'
$topic['first_post']['icon_url'], '" alt="" />
       </td>
       <td class="cellb2">
      
$topic['is_locked'] && !empty($settings['seperate_sticky_lock']) ? '
<img src="' 
$settings['images_url'] . '/icons/quick_lock.gif" />' '' $topic['is_sticky'] && !empty($settings['seperate_sticky_lock']) ? '
<img src="' 
$settings['images_url'] . '/icons/show_sticky.gif" />' ''$topic['first_post']['link'], ' <a href="'$topic['new_href'], '"><img src="'$settings['images_url'], '/'$context['user']['language'], '/new.gif" alt="'$txt[302], '" /></a>
<span class="smalltext">'
$topic['pages'], ' '$txt['smf88'], ' '$topic['board']['link'], '</span></td>
       <td class="cellb3">
       '
$topic['first_post']['member']['link'], '
       </td>
       <td class="cella6">
       '
$topic['replies'], '
       </td>
       <td class="cella6">
       '
$topic['views'], '
       </td>
       <td class="cellb4">
       <a href="'
$topic['last_post']['href'], '"><img src="'$settings['images_url'], '/icons/last_post.gif" alt="'$txt[111], '" title="'$txt[111], '" class="msglpost" /></a>
       <span class="smalltext">
       '
$topic['last_post']['time'], '<br />
       '
$txt[525], ' '$topic['last_post']['member']['link'], '
       </span>
       </td>'
;

      
echo '</td>
       </tr>'
;
      
}      

      
echo '
       </table>
       <a name="bot"></a>'
;

if ($context['user']['is_logged'] && $settings['show_mark_read'])
echo '
<ul class="msgmenu">
<li class="markread"><a href="' 
$scripturl '?action=markasread;sa=' . (!empty($context['no_board_limits']) ? 'all' 'board' $context['querystring_board_limits']) . ';sesc=' $context['session_id'] . '">' $txt['mark_read_short'] . '</a></li>
</ul>'
;

   
echo '
<div class="pages">
'
$txt[139], ': '$context['page_index'], !empty($modSettings['topbottomEnable']) ? $context['menu_separator'] . '&nbsp;&nbsp;<a href="#bot"><strong>' $txt['topbottom5'] . '</strong></a>' '''
</div>
                        <div class="alt"></div>'
;


// Show breadcrumbs at the bottom too?
echo theme_linktree();

if (!empty($context['topics']))
echo '
                        <div id="msgicons1">
                 '
, !empty($modSettings['enableParticipation']) ? '
                 <img src="' 
$settings['images_url'] . '/topic/my_normal_post.gif" alt="" align="middle" /> ' $txt['participation_caption'] . '<br />' '''
                 <img src="' 
$settings['images_url'] . '/topic/normal_post.gif" alt="" align="middle" /> ' $txt[457] . '<br />
                 <img src="' 
$settings['images_url'] . '/topic/hot_post.gif" alt="" align="middle" /> ' $txt[454] . '<br />
                 <img src="' 
$settings['images_url'] . '/topic/veryhot_post.gif" alt="" align="middle" /> ' $txt[455] . '
                        </div>
                        <div id="msgicons2">
                 <img src="' 
$settings['images_url'] . '/icons/quick_lock.gif" alt="" align="middle" /> ' $txt[456] . '<br />' . ($modSettings['enableStickyTopics'] == '1' '
                 <img src="' 
$settings['images_url'] . '/icons/quick_sticky.gif" alt="" align="middle" /> ' $txt['smf96'] . '<br />' '') . ($modSettings['pollMode'] == '1' '
                 <img src="' 
$settings['images_url'] . '/topic/normal_poll.gif" alt="" align="middle" /> ' $txt['smf43'] : '') . '
                        </div>
         <div style="clear: both;"></div>'
;
}

?>



Elmacik

Preview look nice, I wanted to take a look at the online demo but I think it has a problem you should check in, Eren.

Keep up the good work, you are like a themeing machine. :)
Home of Elmacik

schled

#18
I have made some major changes to this theme, converting templates and doing a lot of tidying up.

I'll be publicly releasing the theme when it is ready, with Eren's permission of course. Anyone interested in helping with the testing?

Dragooon

You cant release a modified theme of this theme unless you got permission from eren.

Advertisement: