Skip to content

Commit

Permalink
add in default values for customized theme column
Browse files Browse the repository at this point in the history
  • Loading branch information
atutorlangs committed Mar 8, 2013
1 parent a3ab071 commit c394d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/developer/themes.html
Expand Up @@ -186,7 +186,7 @@ <h2>Creating a Theme</h2>
`last_updated` (The last date the theme was modified, use "NOW()")
`extra_info` (A description of the theme etc. )
`status` (theme's enable status, 0:disabled, 1:enabled, 2:set as default theme)
`customized` (Set if the theme has been uploaded into a multisite subsite)
`customized` (Set if the theme has been uploaded into a multisite subsite 0:disabled, 1:enabled )
</pre>
<p>Below is an example of the SQL used to create an entry in the themes table for a new theme. You can also use a tool like phpMyAdmin to add a new entry to the "themes" table. Be sure to adjust the "<kbd>AT_</kbd>" prefix if you are using the SQL statement, to match the prefix you are using in your ATutor installation. <strong>Be careful when setting the value for the status field</strong>. If you set the status to "set as default" ( 2 ) and your theme is broken, you may find you can no longer access ATutor.</p>

Expand Down

0 comments on commit c394d81

Please sign in to comment.