Spread the word...If we did a good job for you, don't be afraid to tell em who helped ya out.
0 Members and 1 Guest are viewing this topic.
8: Use of undefined constant Video - assumed 'Video'File: /home/xxxxx/public_html/xxxxx/Themes/default/SendTopic.template.php (main_above sub template - eval?)Line: 521
8: Use of undefined constant Talk - assumed 'Talk'File: /home/xxxxx/public_html/xxxxx/Themes/default/SendTopic.template.php (main_above sub template - eval?)Line: 512
8: Use of undefined constant Downloads - assumed 'Downloads' File: /home/xxxxx/public_html/xxxxx/Themes/default/SendTopic.template.php (main_above sub template - eval?) Line: 524
// Show the [forum] button. echo '<li><a' , $current_action=='forum' ? ' class="current"' : '' , ' href="http://www.urlhere/index.php?board=1.0"><span>' , Talk , '</span></a></li>'; // Show the [gallery] button. echo '<li><a' , $current_action=='gallery' ? ' class="current"' : '' , ' href="', $scripturl, '?action=mgallery"><span>' , 'Gallery' , '</span></a></li>'; // Show the [video] button. echo ' <li><a href="http://www.urlhere/index.php?board=3.0"><span>' , Video , '</span></a></li>'; // Show the [downloads] button. echo ' <li><a href="http://www.urlhere/index.php?page=140"><span>' , Downloads , '</span></a></li>'; // Show the [radio] button. echo '<li><a' , $current_action=='radio' ? ' class="current"' : '' , ' href="', $scripturl, '?action=radio" target="_blank"><span>' , 'Radio' , '</span></a></li>'; // The [calendar]! if ($context['allow_calendar']) echo '<li><a' , $current_action=='calendar' ? ' class="current"' : '' , ' href="', $scripturl, '?action=calendar"><span>' , $txt['calendar24'] , '</span></a></li>'; // Show the [help] button. echo '<li><a' , $current_action=='help' ? ' class="current"' : '' , ' href="', $scripturl, '?action=help"><span>' , $txt[119] , '</span></a></li>';
// Show the [forum] button. echo '<li><a' , $current_action=='forum' ? ' class="current"' : '' , ' href="http://www.urlhere/index.php?board=1.0"><span>Talk</span></a></li>'; // Show the [gallery] button. echo '<li><a' , $current_action=='gallery' ? ' class="current"' : '' , ' href="', $scripturl, '?action=mgallery"><span>Gallery</span></a></li>'; // Show the [video] button. echo ' <li><a href="http://www.urlhere/index.php?board=3.0"><span>Video</span></a></li>'; // Show the [downloads] button. echo ' <li><a href="' . $scripturl . '?page=140"><span>Downloads</span></a></li>'; // Show the [radio] button. echo '<li><a' , $current_action=='radio' ? ' class="current"' : '' , ' href="', $scripturl, '?action=radio" target="_blank"><span>Radio</span></a></li>'; // The [calendar]! if ($context['allow_calendar']) echo '<li><a' , $current_action=='calendar' ? ' class="current"' : '' , ' href="', $scripturl, '?action=calendar"><span>' , $txt['calendar24'] , '</span></a></li>'; // Show the [help] button. echo '<li><a' , $current_action=='help' ? ' class="current"' : '' , ' href="', $scripturl, '?action=help"><span>' , $txt[119] , '</span></a></li>';