Skip to content

Commit

Permalink
Removing Joomla logos and replacing with Square One #35
Browse files Browse the repository at this point in the history
  • Loading branch information
gnomeontherun committed Nov 1, 2011
1 parent 00bd13c commit e19a672
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 1 deletion.
Binary file removed images/joomla_black.gif
Binary file not shown.
Binary file removed images/joomla_green.gif
Binary file not shown.
Binary file removed images/joomla_logo_black.jpg
Binary file not shown.
Binary file removed images/powered_by.png
Binary file not shown.
56 changes: 56 additions & 0 deletions menu_configuration.php
@@ -0,0 +1,56 @@
<?php
class JConfig {
public $offline = '0';
public $offline_message = 'This site is down for maintenance.<br /> Please check back again soon.';
public $display_offline_message = '1';
public $sitename = 'Square One Menu';
public $editor = 'tinymce';
public $list_limit = '20';
public $access = '1';
public $debug = '0';
public $debug_lang = '0';
public $dbtype = 'mysqli';
public $host = 'localhost';
public $user = 'root';
public $password = '';
public $db = 'square-one-menu';
public $dbprefix = 'dh0b2_';
public $live_site = '';
public $secret = 'VU116ZkDb395X527';
public $gzip = '0';
public $error_reporting = 'default';
public $helpurl = 'http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help{major}{minor}:{keyref}';
public $ftp_host = '127.0.0.1';
public $ftp_port = '21';
public $ftp_user = '';
public $ftp_pass = '';
public $ftp_root = '';
public $ftp_enable = '0';
public $offset = 'UTC';
public $offset_user = 'UTC';
public $mailer = 'mail';
public $mailfrom = 'asdf@squareonecms.org';
public $fromname = 'Square One Menu';
public $sendmail = '/usr/sbin/sendmail';
public $smtpauth = '0';
public $smtpuser = '';
public $smtppass = '';
public $smtphost = 'localhost';
public $smtpsecure = 'none';
public $smtpport = '25';
public $caching = '0';
public $cache_handler = 'file';
public $cachetime = '15';
public $MetaDesc = '';
public $MetaKeys = '';
public $MetaAuthor = '1';
public $sef = '1';
public $sef_rewrite = '0';
public $sef_suffix = '0';
public $unicodeslugs = '0';
public $feed_limit = '10';
public $log_path = 'L:\\projects\\square-one-cms/logs';
public $tmp_path = 'L:\\projects\\square-one-cms/tmp';
public $lifetime = '15';
public $session_handler = 'database';
}
Binary file removed templates/system/images/joomla_logo.jpg
Binary file not shown.
Binary file added templates/system/images/square-one-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion templates/system/index.php
Expand Up @@ -25,7 +25,7 @@
<body>

<div id="header">
<a href="<?php echo $this->baseurl ?>"><img src="<?php echo $this->baseurl ?>/templates/system/images/joomla_logo.jpg" /></a>
<a href="<?php echo $this->baseurl ?>"><img src="<?php echo $this->baseurl ?>/templates/system/images/square-one-logo.png" /></a>
<jdoc:include type="modules" name="menu" />
<div class="clear"></div>
</div>
Expand Down

0 comments on commit e19a672

Please sign in to comment.