User Tools

Site Tools


themes:tips

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
themes:tips [2013/04/19 15:04]
127.0.0.1 external edit
themes:tips [2013/05/27 12:24]
Timbow
Line 11: Line 11:
   * Add the code below to the top of any PHP file within your theme. This will stop any unwanted direct access to that particular file.   * Add the code below to the top of any PHP file within your theme. This will stop any unwanted direct access to that particular file.
 <​code><?​php if(!defined('​IN_GS'​)){ die('​you cannot load this page directly.'​);​ } ?></​code>​ <​code><?​php if(!defined('​IN_GS'​)){ die('​you cannot load this page directly.'​);​ } ?></​code>​
 +
 +======Links======
 +Back to the GetSimple Wiki [[:​start|Contents Page]]
 +====Pages in this Section====
 +===Themes===
 +  *[[themes:​installation|Ready-Made Themes]]
 +  *[[themes:​creation|Theme Creation]]
 +  *[[themes:​template_tags|Complete Template Tags Reference]]
 +  *[[theme:​template_code_snippets|Template Code Snippets]]
 +  *[[themes:​tips|Theme Development Tips]]
 +
 +====Other Pages and Links====
themes/tips.txt ยท Last modified: 2016/07/01 16:20 by Timbow