Jump to content

New Skin - Help #SOLVED#


Fernando

Recommended Posts

<?php

/**

*

* STOP!!!!!!!!

*

* Are you editing the crystal skin directly?

* DON'T

*

* Copy and rename the crystal folder. Otherwise it'll get

* overwritten in an update.

*

* Also, READ THE DOCS

*

* http://www.phpvms.net/docs/skinning

*

*/

?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR...l1-strict.dtd">

<html xmlns="http://www.w3.org/19...9/xhtml"><head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title><?php echo $page_title; ?></title>

Link to comment
Share on other sites

Resolved, missing only the code.

?php

/* This is required, so phpVMS can output the necessary libraries it needs */

echo $page_htmlhead;

?>

</head>

<body>

<?php

/* This should be the first thing you place after a <body> tag

This is also required by phpVMS */

echo $page_htmlreq;

?>

<div id="outer_wrapper">

<div id="wrapper">

<!--header -->

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...