The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 916 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Transfer a Theme into GetSimple
#1
Hi out there,

i have some problems getting a standart css template into getsimple.
Is there anybody who can have a quick look on what i've done so far?

CSS-Theme is "mastered", demo on http://www.freecsstemplates.org/preview/mastered/

Code:
<?php if(!defined('IN_GS')){ die('you cannot load this page directly.'); }

/****************************************************

*

* @File:             template.php

* @Package:        masterd

* @Action:        masterd theme von freecsstemplates.de

*

*****************************************************/

?>

<!DOCTYPE html>





<head>

<title><?php get_page_clean_title(); ?> &lt; <?php get_site_name(); ?></title>

<link rel="stylesheet" type="text/css" href="<?php get_theme_url(); ?>/style.css" media="screen" />

</head>



<body id="<?php get_page_slug(); ?>">

<div id="wrapper">

    <div id="header-wrapper">

        <div id="header">

            <div id="logo">

                <h1><a href="<?php get_site_url(); ?>"><?php get_site_name(); ?></a></h1>

                <p><?php get_site_name(); ?></p>

            </div>

        </div>

    </div>

    <!-- end #header -->

    <div id="menu">

        <ul>

            <?php get_navigation(return_page_slug()); ?>

        </ul>

    </div>

    <!-- end #menu -->

    <div id="page">

        <div id="page-bgtop">

            <div id="page-bgbtm">

                <div id="content">

                    <div class="post">

                        <h2 class="title"><?php get_page_title(); ?></h2>



                        <?php get_page_content(); ?>



                    <p class="page-meta">Published on &nbsp;<span><?php get_page_date('F jS, Y'); ?></span></p>

                    <div style="clear: both;">&nbsp;</div>



                </div>

                <!-- end #content -->

                <div id="sidebar">

                    

                        <?php get_component('sidebar');    ?>

                    

                </div>

                <!-- end #sidebar -->

                <div style="clear: both;">&nbsp;</div>

            </div>

        </div>

    </div>

    <!-- end #page -->



<div id="footer">

    <p><?php get_footer(); ?></p>

</div>

<!-- end #footer -->

</div></body>

</html>

This is how i tired to get it working in getsimple... Well.. i tried.

Can somebody get this to work?

Thanks.
Reply


Messages In This Thread
Transfer a Theme into GetSimple - by skall91 - 2011-09-24, 19:46:51
Transfer a Theme into GetSimple - by Connie - 2011-09-24, 19:57:50
Transfer a Theme into GetSimple - by skall91 - 2011-09-24, 20:43:44
Transfer a Theme into GetSimple - by filupn - 2011-09-24, 21:48:38
Transfer a Theme into GetSimple - by skall91 - 2011-09-25, 08:04:21
Transfer a Theme into GetSimple - by filupn - 2011-09-25, 11:18:56
Transfer a Theme into GetSimple - by gordo - 2011-10-08, 01:14:00



Users browsing this thread: 2 Guest(s)